Uses of Class
eu.emi.security.authn.x509.helpers.pkipath.ValidationErrorException
-
Packages that use ValidationErrorException Package Description eu.emi.security.authn.x509.helpers.pkipath Helper classes for internal, low level, logic of certificate path validation. -
-
Uses of ValidationErrorException in eu.emi.security.authn.x509.helpers.pkipath
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as ValidationErrorException Modifier and Type Field Description private ValidationErrorException
NonValidatingCertPathBuilder. certPathException
Methods in eu.emi.security.authn.x509.helpers.pkipath that throw ValidationErrorException Modifier and Type Method Description java.util.List<java.security.cert.CertPath>
NonValidatingCertPathBuilder. buildPath(org.bouncycastle.jcajce.PKIXExtendedBuilderParameters pkixParams, java.security.cert.X509Certificate target, java.security.cert.X509Certificate[] origChain)
Build a CertPath using the given parameter.
-