java.security.interfaces
Package java.security.interfaces
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.
See: Description
Interface | Description |
---|---|
DSAKey | The interface to a DSA public or private key. |
DSAKeyPairGenerator | An interface to an object capable of generating DSA key pairs. |
DSAParams | Interface to a DSA-specific set of key parameters, whi |