public class Ed25519PublicBCPGKey extends OctetArrayBCPGKey
PublicKeyAlgorithmTags.Ed25519.
This type was introduced with RFC9580 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.| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH |
| Constructor and Description |
|---|
Ed25519PublicBCPGKey(BCPGInputStream in) |
Ed25519PublicBCPGKey(byte[] key) |
encode, getEncoded, getFormat, getKeypublic static final int LENGTH
public Ed25519PublicBCPGKey(BCPGInputStream in) throws java.io.IOException
java.io.IOExceptionpublic Ed25519PublicBCPGKey(byte[] key)