Module java.base
Package java.security

Interface AsymmetricKey

All Superinterfaces:
Key, Serializable
All Known Subinterfaces:
DHPrivateKey, DHPublicKey, DSAPrivateKey, DSAPublicKey, ECPrivateKey, ECPublicKey, EdECPrivateKey, EdECPublicKey, PrivateKey, PublicKey, RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey, XECPrivateKey, XECPublicKey

public interface AsymmetricKey extends Key
An asymmetric key, which can be either a public key or a private key. This interface contains methods that are common to either a public key or a private key.
Since:
22