Uses of Package
java.security.interfaces
Packages that use java.security.interfaces
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.
-
Classes in java.security.interfaces used by java.security.interfacesClassDescriptionThe interface to a DSA public or private key.Interface to a DSA-specific set of key parameters, which defines a DSA key family.The interface to an elliptic curve (EC) key.An interface for an elliptic curve public/private key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA).The interface to a public or private key in PKCS#1 v2.2 standard, such as those for RSA, or RSASSA-PSS algorithms.The interface to an RSA private key.An interface for an elliptic curve public/private key as defined by RFC 7748.
-
Classes in java.security.interfaces used by java.security.specClassDescriptionInterface to a DSA-specific set of key parameters, which defines a DSA key family.