AlgorithmParameterSpec
interface AlgorithmParameterSpec
java.security.spec.AlgorithmParameterSpec |
Known Direct Subclasses
ChaCha20ParameterSpec, DHGenParameterSpec, DHParameterSpec, DSAGenParameterSpec, DSAParameterSpec, ECGenParameterSpec, ECParameterSpec, EdDSAParameterSpec, GCMParameterSpec, IvParameterSpec, KeyGenParameterSpec, KeyPairGeneratorSpec, and 8 others.
|
Known Indirect Subclasses
|
A (transparent) specification of cryptographic parameters.
This interface contains no methods or constants. Its only purpose is to group (and provide type safety for) all parameter specifications. All parameter specifications must implement this interface.