| 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
Constructs a CodeSigner object.
|
|
Timestamp(Date
Constructs a Timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream
Generates a
CertPath object and initializes it with the data read from the
InputStream inStream.
|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream
Generates a
CertPath object and initializes it with the data read from the
InputStream inStream.
|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(List
Generates a
CertPath object and initializes it with a
List of
Certificates.
|
CertPath |
CertificateFactory.generateCertPath(InputStream
Generates a
CertPath object and initializes it with the data read from the
InputStream inStream.
|
CertPath |
CertificateFactory.generateCertPath(InputStream
Generates a
CertPath object and initializes it with the data read from the
InputStream inStream.
|
CertPath |
CertificateFactory.generateCertPath(List
Generates a
CertPath object and initializes it with a
List of
Certificates.
|
CertPath |
CertPathValidatorException.getCertPath()
Returns the certification path that was being validated when the exception was thrown.
|
CertPath |
CertPathBuilderResult.getCertPath()
Returns the built certification path.
|
CertPath |
PKIXCertPathBuilderResult.getCertPath()
Returns the built and validated certification path.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CertPathValidatorResult |
CertPathValidatorSpi.engineValidate(CertPath
Validates the specified certification path using the specified algorithm parameter set.
|
CertPathValidatorResult |
CertPathValidator.validate(CertPath
Validates the specified certification path using the specified algorithm parameter set.
|
| Constructor and Description | |
|---|---|
CertPathValidatorException(String
Creates a
CertPathValidatorException with the specified detail message, cause, certification path, and index.
|
|
CertPathValidatorException(String
Creates a
CertPathValidatorException with the specified detail message, cause, certification path, index, and reason.
|
|
PKIXCertPathBuilderResult(CertPath
Creates an instance of
PKIXCertPathBuilderResult containing the specified parameters.
|