| Package | Description |
|---|---|
| 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 |
|---|---|
TrustAnchor |
PKIXCertPathValidatorResult.getTrustAnchor()
Returns the
TrustAnchor describing the CA that served as a trust anchor for the certification path.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
PKIXParameters.getTrustAnchors()
Returns an immutable
Set of the most-trusted CAs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PKIXParameters.setTrustAnchors(Set
Sets the
Set of most-trusted CAs.
|
| Constructor and Description | |
|---|---|
PKIXCertPathBuilderResult(CertPath
Creates an instance of
PKIXCertPathBuilderResult containing the specified parameters.
|
|
PKIXCertPathValidatorResult(TrustAnchor
Creates an instance of
PKIXCertPathValidatorResult containing the specified parameters.
|
| Constructor and Description | |
|---|---|
PKIXBuilderParameters(Set
Creates an instance of
PKIXBuilderParameters with the specified
Set of most-trusted CAs.
|
|
PKIXParameters(Set
Creates an instance of
PKIXParameters with the specified
Set of most-trusted CAs.
|