All Packages  Class Hierarchy Index of Fields and Methods
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

ENCRYPT_MODE. Static variable in class javax.crypto.Cipher
engineDoFinal(byte[], int, int). Method in class javax.crypto.CipherSpi
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
engineDoFinal(byte[], int, int, byte[], int). Method in class javax.crypto.CipherSpi
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
engineDoPhase(int, Key). Method in class javax.crypto.KeyAgreementSpi
Executes the next phase phase of the key agreement protocol, using the provided key key.
engineGenerateKey(). Method in class javax.crypto.KeyGeneratorSpi
Generates a secret key.
engineGenerateSecret(). Method in class javax.crypto.KeyAgreementSpi
Generates the shared secret and returns it in a new buffer.
engineGenerateSecret(byte[], int). Method in class javax.crypto.KeyAgreementSpi
Generates the shared secret, and places it into the buffer sharedSecret, beginning at offset.
engineGenerateSecret(KeySpec). Method in class javax.crypto.SecretKeyFactorySpi
Generates a SecretKey object from the provided key specification (key material).
engineGetBlockSize(). Method in class javax.crypto.CipherSpi
Returns the block size (in bytes).
engineGetIV(). Method in class javax.crypto.CipherSpi
Returns the initialization vector (IV) in a new buffer.
engineGetKeySpec(SecretKey, Class). Method in class javax.crypto.SecretKeyFactorySpi
Returns a specification (key material) of the given key object in the requested format.
engineGetOutputSize(int). Method in class javax.crypto.CipherSpi
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next update or doFinal operation, given the input length inputLen (in bytes).
engineInit(AlgorithmParameterSpec, SecureRandom). Method in class javax.crypto.KeyAgreementSpi
Initializes this key agreement with a set of parameters and a source of randomness.
engineInit(AlgorithmParameterSpec, SecureRandom). Method in class javax.crypto.KeyGeneratorSpi
Initializes the key generator with the specified parameter set and a user-provided source of randomness.
engineInit(int, Key, AlgorithmParameterSpec, SecureRandom). Method in class javax.crypto.CipherSpi
Initializes this cipher with a key, a set of algorithm parameters, and a source of randomness.
engineInit(int, Key, SecureRandom). Method in class javax.crypto.CipherSpi
Initializes this cipher with a key and a source of randomness.
engineInit(SecureRandom). Method in class javax.crypto.KeyAgreementSpi
Initializes this key agreement to get random bytes (if needed) from random.
engineInit(SecureRandom). Method in class javax.crypto.KeyGeneratorSpi
Initializes the key generator.
engineSetMode(String). Method in class javax.crypto.CipherSpi
Sets the mode of this cipher.
engineSetPadding(String). Method in class javax.crypto.CipherSpi
Sets the padding mechanism of this cipher.
engineTranslateKey(SecretKey). Method in class javax.crypto.SecretKeyFactorySpi
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
engineUpdate(byte[], int, int). Method in class javax.crypto.CipherSpi
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
engineUpdate(byte[], int, int, byte[], int). Method in class javax.crypto.CipherSpi
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Packages  Class Hierarchy Index of Fields and Methods
Submit a bug or feature