Package java.security

Interface PublicKey

All Superinterfaces:
Key, Serializable
All Known Subinterfaces:
DHPublicKey, DSAPublicKey, ECPublicKey, ECPublicKey, RSAPublicKey
All Known Implementing Classes:
BCDHPublicKey, BCDSAPublicKey, BCECPublicKey, BCRSAPublicKey, DSAPublicKeyImpl, JCEDHPublicKey, JCEECPublicKey, JCERSAPublicKey, JDKDSAPublicKey, OpenSSLDSAPublicKey, OpenSSLECPublicKey, OpenSSLRSAPublicKey, PublicKeyImpl, X509PublicKey, X509PublicKey

public interface PublicKey
extends Key
PublicKey is the common interface for public keys.
See Also:
PrivateKey
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      The serialVersionUID to be compatible with JDK1.1.
      See Also:
      Constant Field Values