Package | Description |
---|---|
java.security.cert |
Modifier and Type | Method and Description |
---|---|
static CertPathBuilder |
CertPathBuilder.getInstance(String algorithm)
Creates a new
CertPathBuilder instance with the specified
algorithm. |
static CertPathBuilder |
CertPathBuilder.getInstance(String algorithm,
Provider provider)
Creates a new
CertPathBuilder instance from the specified
provider providing the specified algorithm. |
static CertPathBuilder |
CertPathBuilder.getInstance(String algorithm,
String provider)
Creates a new
CertPathBuilder instance from the specified
provider providing the specified algorithm. |