Package org.bouncycastle.bcpg
Class Ed448SecretBCPGKey
- java.lang.Object
-
- org.bouncycastle.bcpg.BCPGObject
-
- org.bouncycastle.bcpg.OctetArrayBCPGKey
-
- org.bouncycastle.bcpg.Ed448SecretBCPGKey
-
- All Implemented Interfaces:
BCPGKey
,org.bouncycastle.util.Encodable
public class Ed448SecretBCPGKey extends OctetArrayBCPGKey
-
-
Field Summary
Fields Modifier and Type Field Description static int
LENGTH
-
Constructor Summary
Constructors Constructor Description Ed448SecretBCPGKey(byte[] key)
Ed448SecretBCPGKey(BCPGInputStream in)
-
Method Summary
-
Methods inherited from class org.bouncycastle.bcpg.OctetArrayBCPGKey
encode, getEncoded, getFormat, getKey
-
-
-
-
Field Detail
-
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Ed448SecretBCPGKey
public Ed448SecretBCPGKey(BCPGInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
Ed448SecretBCPGKey
public Ed448SecretBCPGKey(byte[] key)
-
-