GNU Classpath (0.95) | |
Frames | No Frames |
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 | |
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.
|
GNU Classpath (0.95) |