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

G

generateKey(). Method in class javax.crypto.KeyGenerator
Generates a secret key.
generateSecret(). Method in class javax.crypto.KeyAgreement
Generates the shared secret and returns it in a new buffer.
generateSecret(byte[], int). Method in class javax.crypto.KeyAgreement
Generates the shared secret, and places it into the buffer sharedSecret, beginning at offset.
generateSecret(KeySpec). Method in class javax.crypto.SecretKeyFactory
Generates a SecretKey object from the provided key specification (key material).
getAlgorithm(). Method in class javax.crypto.KeyAgreement
Returns the standard name of the key agreement algorithm.
getAlgorithm(). Method in class javax.crypto.KeyGenerator
Returns the standard name of the key algorithm.
getBlockSize(). Method in class javax.crypto.Cipher
Returns the block size (in bytes).
getCrtCoefficient(). Method in interface javax.crypto.interfaces.RSAPrivateKeyCrt
Returns the crtCoefficient.
getCrtCoefficient(). Method in class javax.crypto.spec.RSAPrivateKeyCrtSpec
Returns the crtCoefficient.
getExponentSize(). Method in class javax.crypto.spec.DHGenParameterSpec
Returns the size in bits of the random exponent (private value).
getG(). Method in class javax.crypto.spec.DHParameterSpec
Returns the base generator g.
getG(). Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the base generator g.
getG(). Method in class javax.crypto.spec.DHPublicKeySpec
Returns the base generator g.
getInstance(String). Static method in class javax.crypto.Cipher
Creates a Cipher object that implements the specified transformation, as supplied by the default provider.
getInstance(String). Static method in class javax.crypto.KeyAgreement
Generates a KeyAgreement object for the specified key agreement algorithm.
getInstance(String). Static method in class javax.crypto.KeyGenerator
Generates a KeyGenerator object for the specified key algorithm.
getInstance(String). Static method in class javax.crypto.SecretKeyFactory
Generates a SecretKeyFactory object for the specified secret key algorithm.
getInstance(String, String). Static method in class javax.crypto.Cipher
Creates a Cipher object that implements the specified transformation, as supplied by the specified provider.
getInstance(String, String). Static method in class javax.crypto.KeyAgreement
Generates a KeyAgreement object for the specified key agreement algorithm from the specified provider.
getInstance(String, String). Static method in class javax.crypto.KeyGenerator
Generates a KeyGenerator object for the specified key algorithm from the specified provider.
getInstance(String, String). Static method in class javax.crypto.SecretKeyFactory
Generates a SecretKeyFactory object for the specified secret key algorithm from the specified provider.
getIterationCount(). Method in class javax.crypto.spec.PBEParameterSpec
Returns the iteration count.
getIV(). Method in class javax.crypto.Cipher
Returns the initialization vector (IV) in a new buffer.
getIV(). Method in class javax.crypto.spec.DESParameterSpec
Returns the initialization vector (IV).
getKey(). Method in class javax.crypto.spec.DESedeKeySpec
Returns the DES-EDE key.
getKey(). Method in class javax.crypto.spec.DESKeySpec
Returns the DES key.
getKeySpec(SecretKey, Class). Method in class javax.crypto.SecretKeyFactory
Returns a specification (key material) of the given key object in the requested format.
getL(). Method in class javax.crypto.spec.DHParameterSpec
Returns the size in bits, l, of the random exponent (private value).
getL(). Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the private-value length l.
getL(). Method in class javax.crypto.spec.DHPublicKeySpec
Returns the private-value length l.
getModulus(). Method in interface javax.crypto.interfaces.RSAPrivateKey
Returns the modulus.
getModulus(). Method in interface javax.crypto.interfaces.RSAPrivateKeyCrt
Returns the modulus.
getModulus(). Method in class javax.crypto.spec.RSAPrivateKeyCrtSpec
Returns the modulus.
getModulus(). Method in class javax.crypto.spec.RSAPrivateKeySpec
Returns the modulus.
getModulus(). Method in interface javax.crypto.interfaces.RSAPublicKey
Returns the modulus.
getModulus(). Method in class javax.crypto.spec.RSAPublicKeySpec
Returns the modulus.
getObject(Cipher). Method in class javax.crypto.SealedObject
Retrieves the original (encapsulated) object.
getOutputSize(int). Method in class javax.crypto.Cipher
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).
getP(). Method in class javax.crypto.spec.DHParameterSpec
Returns the prime modulus p.
getP(). Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the prime modulus p.
getP(). Method in class javax.crypto.spec.DHPublicKeySpec
Returns the prime modulus p.
getParams(). Method in interface javax.crypto.interfaces.DHKey
Returns the key parameters.
getPassword(). Method in class javax.crypto.spec.PBEKeySpec
Retrieves the password.
getPrimeExponentP(). Method in interface javax.crypto.interfaces.RSAPrivateKeyCrt
Returns the primeExponentP.
getPrimeExponentP(). Method in class javax.crypto.spec.RSAPrivateKeyCrtSpec
Returns the primeExponentP.
getPrimeExponentQ(). Method in interface javax.crypto.interfaces.RSAPrivateKeyCrt
Returns the primeExponentQ.
getPrimeExponentQ(). Method in class javax.crypto.spec.RSAPrivateKeyCrtSpec
Returns the primeExponentQ.
getPrimeP(). Method in interface javax.crypto.interfaces.RSAPrivateKeyCrt
Returns the primeP.
getPrimeP(). Method in class javax.crypto.spec.RSAPrivateKeyCrtSpec
Returns the primeP.
getPrimeQ(). Method in interface javax.crypto.interfaces.RSAPrivateKeyCrt
Returns the primeQ.
getPrimeQ(). Method in class javax.crypto.spec.RSAPrivateKeyCrtSpec
Returns the primeQ.
getPrimeSize(). Method in class javax.crypto.spec.DHGenParameterSpec
Returns the size in bits of the prime modulus.
getPrivateExponent(). Method in interface javax.crypto.interfaces.RSAPrivateKey
Returns the private exponent.
getPrivateExponent(). Method in interface javax.crypto.interfaces.RSAPrivateKeyCrt
Returns the private exponent.
getPrivateExponent(). Method in class javax.crypto.spec.RSAPrivateKeyCrtSpec
Returns the private exponent.
getPrivateExponent(). Method in class javax.crypto.spec.RSAPrivateKeySpec
Returns the private exponent.
getProvider(). Method in class javax.crypto.Cipher
Returns the provider of this Cipher object.
getProvider(). Method in class javax.crypto.KeyAgreement
Returns the provider of this KeyAgreement object.
getProvider(). Method in class javax.crypto.KeyGenerator
Returns the provider of this KeyGenerator object.
getProvider(). Method in class javax.crypto.SecretKeyFactory
Returns the provider of this SecretKeyFactory object.
getPublicExponent(). Method in interface javax.crypto.interfaces.RSAPrivateKeyCrt
Returns the public exponent.
getPublicExponent(). Method in class javax.crypto.spec.RSAPrivateKeyCrtSpec
Returns the public exponent.
getPublicExponent(). Method in interface javax.crypto.interfaces.RSAPublicKey
Returns the public exponent.
getPublicExponent(). Method in class javax.crypto.spec.RSAPublicKeySpec
Returns the public exponent.
getSalt(). Method in class javax.crypto.spec.PBEParameterSpec
Returns the salt.
getX(). Method in interface javax.crypto.interfaces.DHPrivateKey
Returns the private value, x.
getX(). Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the private value x.
getY(). Method in interface javax.crypto.interfaces.DHPublicKey
Returns the public value, y.
getY(). Method in class javax.crypto.spec.DHPublicKeySpec
Returns the public value y.

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