public class RSABufferPublicKeyParser extends AbstractBufferPublicKeyParser<RSAPublicKey>
| Modifier and Type | Field and Description |
|---|---|
static RSABufferPublicKeyParser |
INSTANCE |
DEFAULT, EMPTY| Constructor and Description |
|---|
RSABufferPublicKeyParser() |
| Modifier and Type | Method and Description |
|---|---|
RSAPublicKey |
getRawPublicKey(String keyType,
Buffer buffer) |
generatePublicKey, getKeyClass, getKeyFactory, getSupportedKeyTypes, isKeyTypeSupported, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaggregatepublic static final RSABufferPublicKeyParser INSTANCE
public RSAPublicKey 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 keyPublicKeyGeneralSecurityException - If failed to generate the keyCopyright © 2018–2020 The Apache Software Foundation. All rights reserved.