Uses of Interface
java.security.interfaces.DSAParams
Package
Description
Provides interfaces for generating RSA (Rivest, Shamir and
Adleman AsymmetricCipher algorithm)
keys as defined in the RSA Laboratory Technical Note
PKCS#1, and DSA (Digital Signature
Algorithm) keys as defined in NIST's FIPS-186.
Provides classes and interfaces for key specifications and algorithm
parameter specifications.
-
Uses of DSAParams in java.security.interfaces
Modifier and TypeMethodDescriptionvoid
DSAKeyPairGenerator.initialize
(DSAParams params, SecureRandom random) Initializes the key pair generator using the DSA family parameters (p,q and g) and an optional SecureRandom bit source. -
Uses of DSAParams in java.security.spec
Modifier and TypeClassDescriptionclass
This class specifies the set of parameters used with the DSA algorithm.