Modifier and Type | Class and Description |
---|---|
class |
AbstractPrivateKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> |
Modifier and Type | Class and Description |
---|---|
class |
OpenSSHDSSPrivateKeyEntryDecoder |
class |
OpenSSHECDSAPrivateKeyEntryDecoder |
class |
OpenSSHRSAPrivateKeyDecoder |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyEntryDecoder<?,?> |
OpenSSHKeyPairResourceParser.getPrivateKeyEntryDecoder(Class<?> keyType) |
static PrivateKeyEntryDecoder<?,?> |
OpenSSHKeyPairResourceParser.getPrivateKeyEntryDecoder(Key key) |
static PrivateKeyEntryDecoder<?,?> |
OpenSSHKeyPairResourceParser.getPrivateKeyEntryDecoder(KeyPair kp) |
static PrivateKeyEntryDecoder<?,?> |
OpenSSHKeyPairResourceParser.getPrivateKeyEntryDecoder(String keyType) |
Modifier and Type | Method and Description |
---|---|
static void |
OpenSSHKeyPairResourceParser.registerPrivateKeyEntryDecoder(PrivateKeyEntryDecoder<?,?> decoder) |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyEntryDecoder<? extends PublicKey,? extends PrivateKey> |
SecurityUtils.getOpenSSHEDDSAPrivateKeyEntryDecoder() |
Modifier and Type | Class and Description |
---|---|
class |
OpenSSHEd25519PrivateKeyEntryDecoder |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyEntryDecoder<? extends PublicKey,? extends PrivateKey> |
EdDSASecurityProviderUtils.getOpenSSHEDDSAPrivateKeyEntryDecoder() |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.