Class EdSecretBCPGKey

java.lang.Object
org.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.EdSecretBCPGKey
All Implemented Interfaces:
BCPGKey, org.bouncycastle.util.Encodable

public class EdSecretBCPGKey extends BCPGObject implements BCPGKey
Base class for an Edwards Curve (EdDSA) Secret Key. This class is used with PublicKeyAlgorithmTags.EDDSA_LEGACY only and MUST NOT be used with v6 keys. Modern OpenPGP uses dedicated key types: For PublicKeyAlgorithmTags.Ed25519 see Ed25519SecretBCPGKey instead. For PublicKeyAlgorithmTags.Ed448 see Ed448SecretBCPGKey instead.
See Also: