Package | Description |
---|---|
java.security | |
java.security.cert |
Modifier and Type | Method and Description |
---|---|
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(String algorithm,
String provider) |
static AlgorithmParameters |
AlgorithmParameters.getInstance(String algorithm,
String provider) |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
String provider) |
static KeyPairGenerator |
KeyPairGenerator.getInstance(String algorithm,
String provider) |
static KeyStore |
KeyStore.getInstance(String type,
String provider) |
static MessageDigest |
MessageDigest.getInstance(String algorithm,
String provider) |
static SecureRandom |
SecureRandom.getInstance(String algorithm,
String provider) |
static Signature |
Signature.getInstance(String algorithm,
String provider) |
Modifier and Type | Method and Description |
---|---|
static CertStore |
CertStore.getInstance(String type,
CertStoreParameters params,
String provider)
Get an instance of the given certificate store from the named
provider.
|
static CertPathBuilder |
CertPathBuilder.getInstance(String algorithm,
String provider)
Creates a new
CertPathBuilder instance from the specified
provider providing the specified algorithm. |
static CertPathValidator |
CertPathValidator.getInstance(String algorithm,
String provider)
Get an instance of the given validator from the named provider.
|
static CertificateFactory |
CertificateFactory.getInstance(String type,
String provider) |
abstract void |
Certificate.verify(PublicKey key) |
abstract void |
X509CRL.verify(PublicKey key) |
abstract void |
Certificate.verify(PublicKey key,
String sigProvider) |
abstract void |
X509CRL.verify(PublicKey key,
String sigProvider) |