| 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 |
|---|---|
static CertPathValidator |
CertPathValidator.getInstance(String
Returns a
CertPathValidator object that implements the specified algorithm.
|
static CertPathValidator |
CertPathValidator.getInstance(String
Returns a
CertPathValidator object that implements the specified algorithm.
|
static CertPathValidator |
CertPathValidator.getInstance(String
Returns a
CertPathValidator object that implements the specified algorithm.
|