| Package | Description | 
|---|---|
| java.security | Provides the classes and interfaces for the security framework. | 
| java.security.cert | Provides classes and interfaces for parsing and managing
 certificates, certificate revocation lists (CRLs), and
 certification paths. | 
| Modifier and Type | Method and Description | 
|---|---|
| CertPath | Timestamp. getSignerCertPath()Returns the certificate path for the Timestamping Authority. | 
| CertPath | CodeSigner. getSignerCertPath()Returns the signer's certificate path. | 
| Constructor and Description | 
|---|
| CodeSigner(CertPath signerCertPath,
          Timestamp timestamp)Constructs a CodeSigner object. | 
| Timestamp(Date timestamp,
         CertPath signerCertPath)Constructs a Timestamp. | 
| Modifier and Type | Method and Description | 
|---|---|
| CertPath | CertificateFactorySpi. engineGenerateCertPath(InputStream inStream)Generates a  CertPathobject and initializes it with
 the data read from theInputStreaminStream. | 
| CertPath | CertificateFactorySpi. engineGenerateCertPath(InputStream inStream,
                      String encoding)Generates a  CertPathobject and initializes it with
 the data read from theInputStreaminStream. | 
| CertPath | CertificateFactorySpi. engineGenerateCertPath(List<? extends Certificate> certificates)Generates a  CertPathobject and initializes it with
 aListofCertificates. | 
| CertPath | CertificateFactory. generateCertPath(InputStream inStream)Generates a  CertPathobject and initializes it with
 the data read from theInputStreaminStream. | 
| CertPath | CertificateFactory. generateCertPath(InputStream inStream,
                String encoding)Generates a  CertPathobject and initializes it with
 the data read from theInputStreaminStream. | 
| CertPath | CertificateFactory. generateCertPath(List<? extends Certificate> certificates)Generates a  CertPathobject and initializes it with
 aListofCertificates. | 
| CertPath | PKIXCertPathBuilderResult. getCertPath()Returns the built and validated certification path. | 
| CertPath | CertPathBuilderResult. getCertPath()Returns the built certification path. | 
| CertPath | CertPathValidatorException. getCertPath()Returns the certification path that was being validated when
 the exception was thrown. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract CertPathValidatorResult | CertPathValidatorSpi. engineValidate(CertPath certPath,
              CertPathParameters params)Validates the specified certification path using the specified
 algorithm parameter set. | 
| CertPathValidatorResult | CertPathValidator. validate(CertPath certPath,
        CertPathParameters params)Validates the specified certification path using the specified
 algorithm parameter set. | 
| Constructor and Description | 
|---|
| CertPathValidatorException(String msg,
                          Throwable cause,
                          CertPath certPath,
                          int index)Creates a  CertPathValidatorExceptionwith the specified
 detail message, cause, certification path, and index. | 
| CertPathValidatorException(String msg,
                          Throwable cause,
                          CertPath certPath,
                          int index,
                          CertPathValidatorException.Reason reason)Creates a  CertPathValidatorExceptionwith the specified
 detail message, cause, certification path, index, and reason. | 
| PKIXCertPathBuilderResult(CertPath certPath,
                         TrustAnchor trustAnchor,
                         PolicyNode policyTree,
                         PublicKey subjectPublicKey)Creates an instance of  PKIXCertPathBuilderResultcontaining the specified parameters. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2017, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.