Uses of Interface
java.security.AsymmetricKey
Package
Description
Provides the classes and interfaces for the security framework.
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 interfaces for Diffie-Hellman keys as defined in RSA
Laboratories' PKCS #3.
-
Uses of AsymmetricKey in java.security
Modifier and TypeInterfaceDescriptioninterface
A private key.interface
A public key. -
Uses of AsymmetricKey in java.security.interfaces
Modifier and TypeInterfaceDescriptioninterface
The standard interface to a DSA private key.interface
The interface to a DSA public key.interface
The interface to an elliptic curve (EC) private key.interface
The interface to an elliptic curve (EC) public key.interface
An interface for an elliptic curve private key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA).interface
An interface for an elliptic curve public key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA).interface
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values.interface
The interface to an RSA private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values.interface
The interface to an RSA private key.interface
The interface to an RSA public key.interface
An interface for an elliptic curve private key as defined by RFC 7748.interface
An interface for an elliptic curve public key as defined by RFC 7748. -
Uses of AsymmetricKey in javax.crypto.interfaces
Modifier and TypeInterfaceDescriptioninterface
The interface to a Diffie-Hellman private key.interface
The interface to a Diffie-Hellman public key.