h03588 s 00000/00000/00000 d R 1.2 97/12/09 15:28:44 Codemgr 2 1 c SunPro Code Manager data about conflicts, renames, etc... c Name history : 1 0 security/JCE1.2/earlyaccess/d-index.html e s 00169/00000/00000 d D 1.1 97/12/09 15:28:43 luehe 1 0 c date and time created 97/12/09 15:28:43 by luehe e u U f e 0 t T I 1 "D" Fields and Methods
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

D

DECRYPT_MODE. Static variable in class javax.crypto.Cipher
DESedeKeySpec(byte[]). Constructor for class javax.crypto.spec.DESedeKeySpec
Uses the first 24 bytes in key as the DES-EDE key
DESedeKeySpec(byte[], int). Constructor for class javax.crypto.spec.DESedeKeySpec
Uses the first 24 bytes in key, beginning at offset, as the DES-EDE key
DESKeySpec(byte[]). Constructor for class javax.crypto.spec.DESKeySpec
Uses the first 8 bytes in key as the DES key
DESKeySpec(byte[], int). Constructor for class javax.crypto.spec.DESKeySpec
Uses the first 8 bytes in key, beginning at offset, as the DES key
DESParameterSpec(byte[]). Constructor for class javax.crypto.spec.DESParameterSpec
Uses the first 8 bytes in initVector as the IV.
DESParameterSpec(byte[], int). Constructor for class javax.crypto.spec.DESParameterSpec
Uses the first 8 bytes in initVector, beginning at offset, as the IV.
DHGenParameterSpec(int, int). Constructor for class javax.crypto.spec.DHGenParameterSpec
DHParameterSpec(BigInteger, BigInteger). Constructor for class javax.crypto.spec.DHParameterSpec
Specifies the Diffie-Hellman parameters, using a prime modulus p and a base generator g.
DHParameterSpec(BigInteger, BigInteger, int). Constructor for class javax.crypto.spec.DHParameterSpec
Specifies the Diffie-Hellman parameters, using a prime modulus p, a base generator g, and the size in bits, l, of the random exponent (private value).
DHPrivateKeySpec(BigInteger, BigInteger, BigInteger). Constructor for class javax.crypto.spec.DHPrivateKeySpec
DHPrivateKeySpec(BigInteger, BigInteger, BigInteger, int). Constructor for class javax.crypto.spec.DHPrivateKeySpec
DHPublicKeySpec(BigInteger, BigInteger, BigInteger). Constructor for class javax.crypto.spec.DHPublicKeySpec
DHPublicKeySpec(BigInteger, BigInteger, BigInteger, int). Constructor for class javax.crypto.spec.DHPublicKeySpec
doFinal(). Method in class javax.crypto.Cipher
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
doFinal(byte[]). Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int). Method in class javax.crypto.Cipher
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
doFinal(byte[], int, int). Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int, int, byte[]). Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int, int, byte[], int). Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doPhase(int, Key). Method in class javax.crypto.KeyAgreement
Executes the next phase phase of the key agreement protocol, using the provided key key.

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
E 1