PublicKey¶
- public abstract class PublicKey extends Key implements java.security.PublicKey¶
Class that describes a public key object. Inherits from
Key
.Note: the constructor is not intended to be called by user code. Such objects are created internally by the API. Since version 6.23.44.2, changes have been introduced on
PrivateKey
andPublicKey
. See the note inKey
for more details.