public class SkED25519BufferPublicKeyParser extends AbstractBufferPublicKeyParser<SkED25519PublicKey>
Modifier and Type | Field and Description |
---|---|
static SkED25519BufferPublicKeyParser |
INSTANCE |
DEFAULT, EMPTY
Constructor and Description |
---|
SkED25519BufferPublicKeyParser() |
Modifier and Type | Method and Description |
---|---|
SkED25519PublicKey |
getRawPublicKey(String keyType,
Buffer buffer) |
generatePublicKey, getKeyClass, getKeyFactory, getSupportedKeyTypes, isKeyTypeSupported, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
aggregate
public static final SkED25519BufferPublicKeyParser INSTANCE
public SkED25519PublicKey getRawPublicKey(String keyType, Buffer buffer) throws GeneralSecurityException
keyType
- The key type - e.g., "ssh-rsa", "ssh-dss"buffer
- The Buffer
containing the encoded raw public keyPublicKey
GeneralSecurityException
- If failed to generate the keyCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.