Class Ed25519PublicBCPGKey

All Implemented Interfaces:
BCPGKey, org.bouncycastle.util.Encodable

public class Ed25519PublicBCPGKey extends OctetArrayBCPGKey
Public key of type PublicKeyAlgorithmTags.Ed25519. This type was introduced with Crypto-Refresh and can be used with v4, v6 keys. Note however, that legacy implementations might not understand this key type yet. For a key type compatible with legacy v4 implementations, see EdDSAPublicBCPGKey with PublicKeyAlgorithmTags.EDDSA_LEGACY.
See Also: