|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgorithmParameterSpec | |
javax.crypto | Provides the classes and interfaces for cryptographic operations. |
javax.crypto.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
Uses of AlgorithmParameterSpec in javax.crypto |
Methods in javax.crypto with parameters of type AlgorithmParameterSpec | |
void |
Cipher.init(int opmode,
Key key,
AlgorithmParameterSpec params)
Initializes this cipher with a key and a set of algorithm parameters. |
Uses of AlgorithmParameterSpec in javax.crypto.spec |
Classes in javax.crypto.spec that implement AlgorithmParameterSpec | |
class |
IvParameterSpec
This class specifies an initialization vector (IV). |
|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |