Home » openjdk-7 » javax » crypto » spec »

javax.crypto.spec

Classes:

DESKeySpec   This class specifies a DES key.  code | html
DESedeKeySpec   This class specifies a DES-EDE ("triple-DES") key.  code | html
DHGenParameterSpec   This class specifies the set of parameters used for generating Diffie-Hellman (system) parameters for use in Diffie-Hellman key agreement.  code | html
DHParameterSpec   This class specifies the set of parameters used with the Diffie-Hellman algorithm, as specified in PKCS #3: Diffie-Hellman Key-Agreement Standard code | html
DHPrivateKeySpec   This class specifies a Diffie-Hellman private key with its associated parameters.  code | html
DHPublicKeySpec   This class specifies a Diffie-Hellman public key with its associated parameters.  code | html
GCMParameterSpec   Specifies the set of parameters required by a javax.crypto.Cipher using the Galois/Counter Mode (GCM) mode.  code | html
IvParameterSpec   This class specifies an initialization vector (IV).  code | html
OAEPParameterSpec   This class specifies the set of parameters used with OAEP Padding, as defined in the PKCS #1 standard.  code | html
PBEKeySpec   A user-chosen password that can be used with password-based encryption (PBE).  code | html
PBEParameterSpec   This class specifies the set of parameters used with password-based encryption (PBE), as defined in the PKCS #5 standard.  code | html
PSource   This class specifies the source for encoding input P in OAEP Padding, as defined in the PKCS #1 standard.  code | html
PSource.PSpecified   This class is used to explicitly specify the value for encoding input P in OAEP Padding.  code | html
RC2ParameterSpec   This class specifies the parameters used with the RC2 algorithm.  code | html
RC5ParameterSpec   This class specifies the parameters used with the RC5 algorithm.  code | html
SecretKeySpec   This class specifies a secret key in a provider-independent fashion.  code | html