Package | Description |
---|---|
java.security | |
java.security.cert |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
KeyStore.getInstance(String type) |
static KeyStore |
KeyStore.getInstance(String type,
Provider provider) |
static KeyStore |
KeyStore.getInstance(String type,
String provider) |
Constructor and Description |
---|
PKIXBuilderParameters(KeyStore keystore,
CertSelector targetConstraints)
Create a new PKIXBuilderParameters object, populating the trusted
certificates set with all X.509 certificates found in the given key
store.
|
PKIXParameters(KeyStore keystore)
Create a new PKIXParameters object, populating the trusted
certificates set with all certificates found in the given key
store.
|