Frames | No Frames |
Classes implementing javax.crypto.SecretKey | |
class | An implementation of a password-based encryption key.
|
Methods with parameter type javax.crypto.SecretKey | |
KeySpec | |
SecretKey |
Methods with return type javax.crypto.SecretKey | |
SecretKey | |
SecretKey | |
SecretKey |
Methods with parameter type javax.crypto.SecretKey | |
KeySpec | Translate a SecretKey into a java.security.KeySpec .
|
KeySpec | Translate a SecretKey into a java.security.KeySpec .
|
KeySpec | Translate a SecretKey into a java.security.KeySpec .
|
SecretKey | Translate a secret key into a different representation.
|
Methods with return type javax.crypto.SecretKey | |
SecretKey | |
SecretKey | |
SecretKey | Translate a java.security.KeySpec into a SecretKey .
|
SecretKey | Translate a java.security.KeySpec into a SecretKey .
|
SecretKey | Translate a java.security.KeySpec into a SecretKey .
|
SecretKey | Translate a secret key into a different representation.
|
Constructors with parameter type javax.crypto.SecretKey | |
Classes implementing javax.crypto.SecretKey | |
class | This is a simple wrapper around a raw byte array, for ciphers that do
not require any key parameters other than the bytes themselves.
|
Methods with parameter type javax.crypto.SecretKey | |
void |
Methods with return type javax.crypto.SecretKey | |
SecretKey | |
SecretKey |
Methods with parameter type javax.crypto.SecretKey | |
KeySpec | Translate a SecretKey into a java.security.KeySpec .
|
SecretKey | Translate a secret key into a different representation.
|
KeySpec | Get the key specification from a secret key.
|
SecretKey | Translate a secret key into another form.
|
Methods with return type javax.crypto.SecretKey | |
SecretKey | Generate a key, returning it as a SecretKey .
|
SecretKey | Generate the shared secret and return it as a SecretKey .
|
SecretKey | Translate a java.security.KeySpec into a SecretKey .
|
SecretKey | Translate a secret key into a different representation.
|
SecretKey | Generate a key.
|
SecretKey | Generate the shared secret and return it as an appropriate SecretKey .
|
SecretKey | Generate a secret key from a key specification, if possible.
|
SecretKey | Translate a secret key into another form.
|
Classes implementing javax.crypto.SecretKey | |
class | This class represents a Kerberos key. |
Methods with return type javax.crypto.SecretKey | |
SecretKey | Return the secret key associated with this ticket.
|