| Package | Description |
|---|---|
| org.apache.sshd.common.config.keys.loader | |
| org.apache.sshd.common.config.keys.writer.openssh |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrivateKeyObfuscator |
class |
AESPrivateKeyObfuscator |
class |
DESPrivateKeyObfuscator |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyObfuscator |
PrivateKeyEncryptionContext.getPrivateKeyObfuscator() |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.getRegisteredPrivateKeyObfuscator(String cipherName) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(PrivateKeyObfuscator o) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(String cipherName,
PrivateKeyObfuscator o) |
PrivateKeyObfuscator |
PrivateKeyEncryptionContext.resolvePrivateKeyObfuscator() |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.unregisterPrivateKeyObfuscator(String cipherName) |
| Modifier and Type | Method and Description |
|---|---|
static List<PrivateKeyObfuscator> |
PrivateKeyEncryptionContext.getRegisteredPrivateKeyObfuscators() |
| Modifier and Type | Method and Description |
|---|---|
static <C extends PrivateKeyEncryptionContext> |
PrivateKeyEncryptionContext.initializeObfuscator(C context,
PrivateKeyObfuscator o,
String password) |
static PrivateKeyEncryptionContext |
PrivateKeyEncryptionContext.newPrivateKeyEncryptionContext(PrivateKeyObfuscator o,
String password) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(PrivateKeyObfuscator o) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(String cipherName,
PrivateKeyObfuscator o) |
void |
PrivateKeyEncryptionContext.setPrivateKeyObfuscator(PrivateKeyObfuscator value) |
static boolean |
PrivateKeyEncryptionContext.unregisterPrivateKeyObfuscator(PrivateKeyObfuscator o) |
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenSSHKeyPairResourceWriter.KeyEncryptor
A key encryptor for modern-style OpenSSH private keys using the bcrypt KDF.
|
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.