Uses of Class
org.italiangrid.voms.util.CertificateValidatorBuilder
Packages that use CertificateValidatorBuilder
Package
Description
This package provides utility classes used in other packages.
-
Uses of CertificateValidatorBuilder in org.italiangrid.voms.util
Methods in org.italiangrid.voms.util that return CertificateValidatorBuilderModifier and TypeMethodDescriptionCertificateValidatorBuilder.crlChecks(eu.emi.security.authn.x509.CrlCheckingMode crl) Sets the crl checking mode for this builderCertificateValidatorBuilder.lazyAnchorsLoading(boolean lazyness) Sets whether the created validator will be lazy in loading anchorsCertificateValidatorBuilder.namespaceChecks(eu.emi.security.authn.x509.NamespaceCheckingMode nsChecks) Sets the namespace checking mode for this builderCertificateValidatorBuilder.ocspChecks(eu.emi.security.authn.x509.OCSPCheckingMode ocsp) Sets the ocsp checking mode for this builderCertificateValidatorBuilder.opensslHashFunction(CertificateValidatorBuilder.OpensslHashFunction f) Sets the openssl hash function for this builderCertificateValidatorBuilder.storeUpdateListener(eu.emi.security.authn.x509.StoreUpdateListener l) Sets the store update listener for this builderCertificateValidatorBuilder.trustAnchorsDir(String dir) Sets the trust anchors dir for this builderCertificateValidatorBuilder.trustAnchorsUpdateInterval(long interval) Sets the trust anchors update interval for this builderCertificateValidatorBuilder.validationErrorListener(eu.emi.security.authn.x509.ValidationErrorListener l) Sets the validation error listener for this builder