Uses of Interface javax.crypto.SecretKey

Uses in package gnu.javax.crypto.key

Classes implementing javax.crypto.SecretKey

class
An implementation of a password-based encryption key.

Uses in package gnu.javax.crypto.jce

Methods with parameter type javax.crypto.SecretKey

KeySpec
SecretKey

Methods with return type javax.crypto.SecretKey

SecretKey
SecretKey
SecretKey

Uses in package gnu.javax.crypto.jce.key

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.

Uses in package gnu.javax.net.ssl.provider

Constructors with parameter type javax.crypto.SecretKey

Uses in package javax.crypto.spec

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.

Uses in package gnu.javax.net.ssl

Methods with parameter type javax.crypto.SecretKey

void

Methods with return type javax.crypto.SecretKey

SecretKey
SecretKey

Uses in package javax.crypto

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.

Uses in package javax.security.auth.kerberos

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.