Uses of Class
java.security.cert.CertPath
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.apache.harmony.security.provider.cert | |
| org.bouncycastle.jcajce.provider.asymmetric.x509 | |
| org.bouncycastle.jce.exception | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 | |
| org.conscrypt |
-
Uses of CertPath in java.security
Methods in java.security that return CertPath Modifier and Type Method Description CertPathCodeSigner. getSignerCertPath()Returns the certificate path associated with thisCodeSigner.CertPathTimestamp. getSignerCertPath()Returns the certificate path of thisTimestamp.Constructors in java.security with parameters of type CertPath Constructor Description CodeSigner(CertPath signerCertPath, Timestamp timestamp)Constructs a new instance ofCodeSigner.Timestamp(Date timestamp, CertPath signerCertPath)Constructs a new instance ofTimestampwith the specifiedtimestampand the given certificate path. -
Uses of CertPath in java.security.cert
Methods in java.security.cert that return CertPath Modifier and Type Method Description CertPathCertificateFactorySpi. engineGenerateCertPath(InputStream inStream)Generates aCertPathfrom the providedInputStream.CertPathCertificateFactorySpi. engineGenerateCertPath(InputStream inStream, String encoding)Generates aCertPath(a certificate chain) from the giveninputStream, assuming the givenencodingfromCertificateFactorySpi.engineGetCertPathEncodings().CertPathCertificateFactorySpi. engineGenerateCertPath(List<? extends Certificate> certificates)Generates aCertPathfrom the provided list of certificates.CertPathCertificateFactory. generateCertPath(InputStream inStream)Generates aCertPath(a certificate chain) from the providedInputStream.CertPathCertificateFactory. generateCertPath(InputStream inputStream, String encoding)Generates aCertPath(a certificate chain) from the giveninputStream, assuming the givenencodingfromCertificateFactory.getCertPathEncodings().CertPathCertificateFactory. generateCertPath(List<? extends Certificate> certificates)Generates aCertPathfrom the provided list of certificates.CertPathCertPathBuilderResult. getCertPath()Returns the builtCertPathinstance.CertPathCertPathValidatorException. getCertPath()Returns the certification path that failed validation.CertPathPKIXCertPathBuilderResult. getCertPath()Returns the validated certification path.Methods in java.security.cert with parameters of type CertPath Modifier and Type Method Description abstract CertPathValidatorResultCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)Validates theCertPathwith the algorithm of thisCertPathValidatorusing the specified algorithm parameters.CertPathValidatorResultCertPathValidator. validate(CertPath certPath, CertPathParameters params)Validates theCertPathwith the algorithm of thisCertPathValidatorusing the specified algorithm parameters.Constructors in java.security.cert with parameters of type CertPath Constructor Description CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)Creates a newCertPathValidatorExceptionwith the specified message , cause, certification path and certificate index in the certification path.PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)Creates a newPKIXCertPathBuilderResultinstance with the specified validated certification path, the trust anchor of the certification path, the policy tree and the public key of the subject. -
Uses of CertPath in org.apache.harmony.security.provider.cert
Subclasses of CertPath in org.apache.harmony.security.provider.cert Modifier and Type Class Description classX509CertPathImplThis class is an implementation of X.509 CertPath.Methods in org.apache.harmony.security.provider.cert that return CertPath Modifier and Type Method Description CertPathX509CertFactoryImpl. engineGenerateCertPath(InputStream inStream)CertPathX509CertFactoryImpl. engineGenerateCertPath(InputStream inStream, String encoding)CertPathX509CertFactoryImpl. engineGenerateCertPath(List<? extends Certificate> certificates) -
Uses of CertPath in org.bouncycastle.jcajce.provider.asymmetric.x509
Subclasses of CertPath in org.bouncycastle.jcajce.provider.asymmetric.x509 Modifier and Type Class Description classPKIXCertPathCertPath implementation for X.509 certificates.Methods in org.bouncycastle.jcajce.provider.asymmetric.x509 that return CertPath Modifier and Type Method Description CertPathCertificateFactory. engineGenerateCertPath(InputStream inStream)CertPathCertificateFactory. engineGenerateCertPath(InputStream inStream, String encoding)CertPathCertificateFactory. engineGenerateCertPath(List certificates) -
Uses of CertPath in org.bouncycastle.jce.exception
Constructors in org.bouncycastle.jce.exception with parameters of type CertPath Constructor Description ExtCertPathBuilderException(String msg, Throwable cause, CertPath certPath, int index)ExtCertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index) -
Uses of CertPath in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type CertPath Modifier and Type Method Description CertPathValidatorResultPKIXCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)protected static DateCertPathValidatorUtilities. getValidCertDateFromValidityModel(ExtendedPKIXParameters paramsPKIX, CertPath certPath, int index)protected static PKIXPolicyNodeRFC3280CertPathUtilities. prepareCertB(CertPath certPath, int index, List[] policyNodes, PKIXPolicyNode validPolicyTree, int policyMapping)protected static voidRFC3280CertPathUtilities. prepareNextCertA(CertPath certPath, int index)protected static voidRFC3280CertPathUtilities. prepareNextCertG(CertPath certPath, int index, PKIXNameConstraintValidator nameConstraintValidator)protected static intRFC3280CertPathUtilities. prepareNextCertH1(CertPath certPath, int index, int explicitPolicy)protected static intRFC3280CertPathUtilities. prepareNextCertH2(CertPath certPath, int index, int policyMapping)protected static intRFC3280CertPathUtilities. prepareNextCertH3(CertPath certPath, int index, int inhibitAnyPolicy)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. processCertA(CertPath certPath, ExtendedPKIXParameters paramsPKIX, int index, PublicKey workingPublicKey, boolean verificationAlreadyPerformed, X500Principal workingIssuerName, X509Certificate sign)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 CertPath in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type CertPath Modifier and Type Method Description abstract voidPKIXAttrCertChecker. check(X509AttributeCertificate attrCert, CertPath certPath, CertPath holderCertPath, Collection unresolvedCritExts)Performs checks on the specified attribute certificate. -
Uses of CertPath in org.conscrypt
Subclasses of CertPath in org.conscrypt Modifier and Type Class Description classOpenSSLX509CertPathMethods in org.conscrypt that return CertPath Modifier and Type Method Description CertPathOpenSSLX509CertificateFactory. engineGenerateCertPath(InputStream inStream)CertPathOpenSSLX509CertificateFactory. engineGenerateCertPath(InputStream inStream, String encoding)CertPathOpenSSLX509CertificateFactory. engineGenerateCertPath(List<? extends Certificate> certificates)static CertPathOpenSSLX509CertPath. fromEncoding(InputStream inStream)static CertPathOpenSSLX509CertPath. fromEncoding(InputStream inStream, String encoding)