Package | Description |
---|---|
java.security | |
java.security.cert |
Modifier and Type | Method and Description |
---|---|
abstract Key |
KeyStoreSpi.engineGetKey(String alias,
char[] password) |
abstract void |
KeyStoreSpi.engineLoad(InputStream stream,
char[] password) |
abstract void |
KeyStoreSpi.engineStore(OutputStream stream,
char[] password) |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(String algorithm) |
static AlgorithmParameters |
AlgorithmParameters.getInstance(String algorithm) |
static KeyFactory |
KeyFactory.getInstance(String algorithm) |
static KeyPairGenerator |
KeyPairGenerator.getInstance(String algorithm) |
static MessageDigest |
MessageDigest.getInstance(String algorithm) |
static SecureRandom |
SecureRandom.getInstance(String algorithm) |
static Signature |
Signature.getInstance(String algorithm) |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(String algorithm,
Provider provider) |
static AlgorithmParameters |
AlgorithmParameters.getInstance(String algorithm,
Provider provider) |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
Provider provider) |
static KeyPairGenerator |
KeyPairGenerator.getInstance(String algorithm,
Provider provider) |
static MessageDigest |
MessageDigest.getInstance(String algorithm,
Provider provider) |
static SecureRandom |
SecureRandom.getInstance(String algorithm,
Provider provider) |
static Signature |
Signature.getInstance(String algorithm,
Provider provider) |
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 MessageDigest |
MessageDigest.getInstance(String algorithm,
String provider) |
static SecureRandom |
SecureRandom.getInstance(String algorithm,
String provider) |
static Signature |
Signature.getInstance(String algorithm,
String provider) |
Key |
KeyStore.getKey(String alias,
char[] password) |
void |
KeyStore.load(InputStream stream,
char[] password) |
void |
KeyStore.store(OutputStream stream,
char[] password) |
Modifier and Type | Method and Description |
---|---|
static CertPathBuilder |
CertPathBuilder.getInstance(String algorithm)
Creates a new
CertPathBuilder instance with the specified
algorithm. |
static CertPathValidator |
CertPathValidator.getInstance(String algorithm)
Get an instance of the given validator from the first provider that
implements it.
|
static CertStore |
CertStore.getInstance(String type,
CertStoreParameters params)
Get an instance of the given certificate store from the first
installed provider.
|
static CertStore |
CertStore.getInstance(String type,
CertStoreParameters params,
Provider provider)
Get an instance of the given certificate store from the given
provider.
|
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,
Provider provider)
Creates a new
CertPathBuilder instance from the specified
provider providing the specified algorithm. |
static CertPathValidator |
CertPathValidator.getInstance(String algorithm,
Provider provider)
Get an instance of the given validator from the given 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.
|
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) |