|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.OctetArrayBCPGKey
org.bouncycastle.bcpg.Ed448SecretBCPGKey
Secret key of type PublicKeyAlgorithmTags.Ed448
.
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
.
Field Summary | |
static int |
LENGTH
|
Constructor Summary | |
Ed448SecretBCPGKey(BCPGInputStream in)
|
|
Ed448SecretBCPGKey(byte[] key)
|
Methods inherited from class org.bouncycastle.bcpg.OctetArrayBCPGKey |
encode, getEncoded, getFormat, getKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int LENGTH
Constructor Detail |
public Ed448SecretBCPGKey(BCPGInputStream in) throws java.io.IOException
public Ed448SecretBCPGKey(byte[] key)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |