Uses of Class
java.security.cert.CertPathValidatorException
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.bouncycastle.jce.exception | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 |
-
Uses of CertPathValidatorException in java.security.cert
Methods in java.security.cert that throw CertPathValidatorException Modifier and Type Method Description abstract voidPKIXCertPathChecker. check(Certificate cert, Collection<String> unresolvedCritExts)Checks the specified certificate and removes the processed critical extensions from the specified list of X.509 extension OIDs.abstract CertPathValidatorResultCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)Validates theCertPathwith the algorithm of thisCertPathValidatorusing the specified algorithm parameters.abstract voidPKIXCertPathChecker. init(boolean forward)Initializes thisPKIXCertPathCheckerinstance for specified checking direction.CertPathValidatorResultCertPathValidator. validate(CertPath certPath, CertPathParameters params)Validates theCertPathwith the algorithm of thisCertPathValidatorusing the specified algorithm parameters. -
Uses of CertPathValidatorException in org.bouncycastle.jce.exception
Subclasses of CertPathValidatorException in org.bouncycastle.jce.exception Modifier and Type Class Description classExtCertPathValidatorException -
Uses of CertPathValidatorException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw CertPathValidatorException Modifier and Type Method Description CertPathValidatorResultPKIXCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)protected static AlgorithmIdentifierCertPathValidatorUtilities. getAlgorithmIdentifier(PublicKey key)protected static PublicKeyCertPathValidatorUtilities. getNextWorkingKey(List certs, int index)Return the next working key inheriting DSA parameters if necessary.protected static SetCertPathValidatorUtilities. getQualifierSet(ASN1Sequence qualifiers)protected static PKIXPolicyNodeRFC3280CertPathUtilities. prepareCertB(CertPath certPath, int index, List[] policyNodes, PKIXPolicyNode validPolicyTree, int policyMapping)protected static voidRFC3280CertPathUtilities. prepareNextCertA(CertPath certPath, int index)protected static voidCertPathValidatorUtilities. prepareNextCertB1(int i, List[] policyNodes, String id_p, Map m_idp, X509Certificate cert)protected static voidRFC3280CertPathUtilities. prepareNextCertG(CertPath certPath, int index, PKIXNameConstraintValidator nameConstraintValidator)protected static intRFC3280CertPathUtilities. prepareNextCertI1(CertPath certPath, int index, int explicitPolicy)protected static intRFC3280CertPathUtilities. prepareNextCertI2(CertPath certPath, int index, int policyMapping)protected static intRFC3280CertPathUtilities. prepareNextCertJ(CertPath certPath, int index, int inhibitAnyPolicy)protected static voidRFC3280CertPathUtilities. prepareNextCertK(CertPath certPath, int index)protected static intRFC3280CertPathUtilities. prepareNextCertL(CertPath certPath, int index, int maxPathLength)protected static intRFC3280CertPathUtilities. prepareNextCertM(CertPath certPath, int index, int maxPathLength)protected static voidRFC3280CertPathUtilities. prepareNextCertN(CertPath certPath, int index)protected static voidRFC3280CertPathUtilities. prepareNextCertO(CertPath certPath, int index, Set criticalExtensions, List pathCheckers)protected static voidRFC3280CertPathUtilities. processCertBC(CertPath certPath, int index, PKIXNameConstraintValidator nameConstraintValidator)protected static PKIXPolicyNodeRFC3280CertPathUtilities. processCertD(CertPath certPath, int index, Set acceptablePolicies, PKIXPolicyNode validPolicyTree, List[] policyNodes, int inhibitAnyPolicy)protected static PKIXPolicyNodeRFC3280CertPathUtilities. processCertE(CertPath certPath, int index, PKIXPolicyNode validPolicyTree)protected static voidRFC3280CertPathUtilities. processCertF(CertPath certPath, int index, PKIXPolicyNode validPolicyTree, int explicitPolicy)protected static intRFC3280CertPathUtilities. wrapupCertB(CertPath certPath, int index, int explicitPolicy)protected static voidRFC3280CertPathUtilities. wrapupCertF(CertPath certPath, int index, List pathCheckers, Set criticalExtensions)protected static PKIXPolicyNodeRFC3280CertPathUtilities. wrapupCertG(CertPath certPath, ExtendedPKIXParameters paramsPKIX, Set userInitialPolicySet, int index, List[] policyNodes, PKIXPolicyNode validPolicyTree, Set acceptablePolicies) -
Uses of CertPathValidatorException in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that throw CertPathValidatorException Modifier and Type Method Description abstract voidPKIXAttrCertChecker. check(X509AttributeCertificate attrCert, CertPath certPath, CertPath holderCertPath, Collection unresolvedCritExts)Performs checks on the specified attribute certificate.