Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Interface java.security.spec.AlgorithmParameterSpec

Uses in package java.security

Methods with parameter type java.security.spec.AlgorithmParameterSpec

void
AlgorithmParametersSpi.engineInit(AlgorithmParameterSpec paramSpec)
Initializes the engine with the specified AlgorithmParameterSpec class.
void
AlgorithmParameterGeneratorSpi.engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random)
Initializes the parameter generator with the specified AlgorithmParameterSpec and SecureRandom classes.
void
SignatureSpi.engineSetParameter(AlgorithmParameterSpec params)
Sets the signature engine with the specified AlgorithmParameterSpec.
void
AlgorithmParameterGenerator.init(AlgorithmParameterSpec genParamSpec)
Initializes this instance with the specified AlgorithmParameterSpec.
void
AlgorithmParameters.init(AlgorithmParameterSpec paramSpec)
Initializes the engine with the specified AlgorithmParameterSpec.
void
AlgorithmParameterGenerator.init(AlgorithmParameterSpec genParamSpec, SecureRandom random)
Initializes this instance with the specified AlgorithmParameterSpec and source of randomness.
void
KeyPairGenerator.initialize(AlgorithmParameterSpec params)
Initializes this instance with the specified AlgorithmParameterSpec.
void
KeyPairGenerator.initialize(AlgorithmParameterSpec params, SecureRandom random)
Initializes this instance with the specified AlgorithmParameterSpec and SecureRandom.
void
KeyPairGeneratorSpi.initialize(AlgorithmParameterSpec params, SecureRandom random)
Initialize the KeyPairGeneratorSpi with the specified AlgorithmParameterSpec and source of randomness This is a concrete method.
void
Signature.setParameter(AlgorithmParameterSpec params)
Sets the signature engine with the specified AlgorithmParameterSpec.

Uses in package java.security.spec

Classes implementing java.security.spec.AlgorithmParameterSpec

class
DSAParameterSpec
DSA Parameter class Specification.
class
PSSParameterSpec
An implementation of AlgorithmParameterSpec for the RSA PSS encoding scheme.
class
RSAKeyGenParameterSpec
This class generates a set of RSA Key parameters used in the generation of RSA keys.

Uses in package javax.crypto.spec

Classes implementing java.security.spec.AlgorithmParameterSpec

class
DHGenParameterSpec
This class represents the parameters needed for generating Diffie-Hellman parameters.
class
DHParameterSpec
The base set of parameters necessary to perform Diffie-Hellman key exchange.
class
IvParameterSpec
A wrapper for an initialization vector.
class
PBEParameterSpec
A wrapper for the parameters used in PKCS #5 - Password-Based Cryptography Standard.
class
RC2ParameterSpec
A wrapper for parameters for the RC2 block cipher ("RC" means either "Rivest Cipher" or "Ron's Code", depending upon who you ask and when).
class
RC5ParameterSpec
A wrapper for parameters to the RC5 block cipher.

Uses in package javax.crypto

Methods with parameter type java.security.spec.AlgorithmParameterSpec

void
CipherSpi.engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)
Initializes this cipher with an operation mode, key, parameters, and source of randomness.
void
ExemptionMechanismSpi.engineInit(Key key, AlgorithmParameterSpec params)
Initialize this mechanism with a key and parameters.
void
MacSpi.engineInit(Key key, AlgorithmParameterSpec params)
Initialize (or re-initialize) this instance.
void
KeyAgreementSpi.engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random)
Initialize this key agreement with a key, parameters, and source of randomness.
void
KeyGeneratorSpi.engineInit(AlgorithmParameterSpec params, SecureRandom random)
Initialize this key generator with parameters and a source of randomness.
void
Cipher.init(int opmode, Key key, AlgorithmParameterSpec params)
Initialize this cipher with the supplied key and parameters.

The cipher will be initialized for encryption, decryption, key wrapping, or key unwrapping, depending upon whether the opmode argument is ENCRYPT_MODE, DECRYPT_MODE, WRAP_MODE, or UNWRAP_MODE, respectively.

If this cipher requires any random bytes (for example for an initilization vector) then the SecureRandom with the highest priority is used as the source of these bytes.

A call to any of the init methods overrides the state of the instance, and is equivalent to creating a new instance and calling its init method.

void
Cipher.init(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)
Initialize this cipher with the supplied key, parameters, and source of randomness.

The cipher will be initialized for encryption, decryption, key wrapping, or key unwrapping, depending upon whether the opmode argument is ENCRYPT_MODE, DECRYPT_MODE, WRAP_MODE, or UNWRAP_MODE, respectively.

A call to any of the init methods overrides the state of the instance, and is equivalent to creating a new instance and calling its init method.

void
ExemptionMechanism.init(Key key, AlgorithmParameterSpec params)
void
KeyAgreement.init(Key key, AlgorithmParameterSpec params)
Initialize this key agreement with a key and parameters.
void
Mac.init(Key key, AlgorithmParameterSpec params)
Initialize this MAC with a key and parameters.
void
KeyAgreement.init(Key key, AlgorithmParameterSpec params, SecureRandom random)
Initialize this key agreement with a key, parameters, and source of randomness.
void
KeyGenerator.init(AlgorithmParameterSpec params)
Initialize this key generator with a set of parameters; the highest-priority SecureRandom implementation will be used.
void
KeyGenerator.init(AlgorithmParameterSpec params, SecureRandom random)
Initialize this key generator with a set of parameters and a source of randomness.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /