Package | Description |
---|---|
java.security.cert |
Modifier and Type | Method and Description |
---|---|
static CertPathValidator |
CertPathValidator.getInstance(String algorithm)
Get an instance of the given validator from the first provider that
implements it.
|
static CertPathValidator |
CertPathValidator.getInstance(String algorithm,
Provider provider)
Get an instance of the given validator from the given provider.
|
static CertPathValidator |
CertPathValidator.getInstance(String algorithm,
String provider)
Get an instance of the given validator from the named provider.
|