|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||
Uses of Class
java.security.NoSuchAlgorithmException
| Uses of NoSuchAlgorithmException in java.security |
| Methods in java.security that throw NoSuchAlgorithmException | |
static MessageDigest |
MessageDigest.getInstance(java.lang.String algorithm)
Returns a new instance of MessageDigest representing the
specified algorithm. |
static MessageDigest |
MessageDigest.getInstance(java.lang.String algorithm,
java.lang.String provider)
Returns a new instance of MessageDigest representing the
specified algorithm from a named provider. |
static MessageDigest |
MessageDigest.getInstance(java.lang.String algorithm,
Provider provider)
Returns a new instance of MessageDigest representing the
specified algorithm from a designated Provider. |
static Signature |
Signature.getInstance(java.lang.String algorithm)
Returns an instance of Signature representing the specified
signature. |
static Signature |
Signature.getInstance(java.lang.String algorithm,
java.lang.String provider)
Returns an instance of Signature representing the specified
signature from the named provider. |
static Signature |
Signature.getInstance(java.lang.String algorithm,
Provider provider)
Returns an instance of Signature representing the specified
signature from the specified Provider. |
static AlgorithmParameters |
AlgorithmParameters.getInstance(java.lang.String algorithm)
Returns a new instance of AlgorithmParameters representing
the specified algorithm parameters. |
static AlgorithmParameters |
AlgorithmParameters.getInstance(java.lang.String algorithm,
java.lang.String provider)
Returns a new instance of AlgorithmParameters representing
the specified algorithm parameters from a named provider. |
static AlgorithmParameters |
AlgorithmParameters.getInstance(java.lang.String algorithm,
Provider provider)
Returns a new instance of AlgorithmParameters representing
the specified algorithm parameters from the specified Provider. |
static SecureRandom |
SecureRandom.getInstance(java.lang.String algorithm)
Returns an instance of a SecureRandom. |
static SecureRandom |
SecureRandom.getInstance(java.lang.String algorithm,
java.lang.String provider)
Returns an instance of a SecureRandom. |
static SecureRandom |
SecureRandom.getInstance(java.lang.String algorithm,
Provider provider)
Returns an instance of a SecureRandom. |
abstract Key |
KeyStoreSpi.engineGetKey(java.lang.String alias,
char[] password)
Returns the key associated with given alias using the supplied password. |
abstract void |
KeyStoreSpi.engineStore(java.io.OutputStream stream,
char[] password)
Stores the keystore in the specified output stream and it uses the specified key it keep it secure. |
abstract void |
KeyStoreSpi.engineLoad(java.io.InputStream stream,
char[] password)
Loads the keystore from the specified input stream and it uses the specified password to check for integrity if supplied. |
Key |
KeyStore.getKey(java.lang.String alias,
char[] password)
Returns the key associated with given alias using the supplied password. |
void |
KeyStore.store(java.io.OutputStream stream,
char[] password)
Stores the keystore in the specified output stream and it uses the specified key it keep it secure. |
void |
KeyStore.load(java.io.InputStream stream,
char[] password)
Loads the keystore from the specified input stream and it uses the specified password to check for integrity if supplied. |
static KeyPairGenerator |
KeyPairGenerator.getInstance(java.lang.String algorithm)
Returns a new instance of KeyPairGenerator which generates
key-pairs for the specified algorithm. |
static KeyPairGenerator |
KeyPairGenerator.getInstance(java.lang.String algorithm,
java.lang.String provider)
Returns a new instance of KeyPairGenerator which generates
key-pairs for the specified algorithm from a named provider. |
static KeyPairGenerator |
KeyPairGenerator.getInstance(java.lang.String algorithm,
Provider provider)
Returns a new instance of KeyPairGenerator which generates
key-pairs for the specified algorithm from a designated Provider. |
static KeyFactory |
KeyFactory.getInstance(java.lang.String algorithm)
Returns a new instance of KeyFactory representing the
specified key factory. |
static KeyFactory |
KeyFactory.getInstance(java.lang.String algorithm,
java.lang.String provider)
Returns a new instance of KeyFactory representing the
specified key factory from the specified provider. |
static KeyFactory |
KeyFactory.getInstance(java.lang.String algorithm,
Provider provider)
Returns a new instance of KeyFactory representing the
specified key factory from the designated Provider. |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(java.lang.String algorithm)
Returns a new AlgorithmParameterGenerator instance which
generates algorithm parameters for the specified algorithm. |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(java.lang.String algorithm,
java.lang.String provider)
Returns a new AlgorithmParameterGenerator instance which
generates algorithm parameters for the specified algorithm. |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(java.lang.String algorithm,
Provider provider)
Returns a new AlgorithmParameterGenerator instance which
generates algorithm parameters for the specified algorithm. |
|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||