| Package | Description |
|---|---|
| org.apache.sshd.common.cipher |
Cipher implementations. |
| org.apache.sshd.common.config.keys.loader.openssh | |
| org.apache.sshd.common.config.keys.loader.openssh.kdf |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinCiphers
Provides easy access to the currently implemented ciphers
|
| Modifier and Type | Method and Description |
|---|---|
static CipherFactory |
BuiltinCiphers.resolveFactory(String name) |
| Modifier and Type | Method and Description |
|---|---|
static NavigableSet<CipherFactory> |
BuiltinCiphers.getRegisteredExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BuiltinCiphers.registerExtension(CipherFactory extension)
Registered a
NamedFactory to be available besides the built-in ones when parsing configuration |
| Constructor and Description |
|---|
ParseResult(List<CipherFactory> parsed,
List<String> unsupported) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
OpenSSHKeyDecryptor.decodePrivateKeyBytes(SessionContext session,
NamedResource resourceKey,
CipherFactory cipherSpec,
byte[] privateDataBytes,
String password) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
RawKdfOptions.decodePrivateKeyBytes(SessionContext session,
NamedResource resourceKey,
CipherFactory cipherSpec,
byte[] privateDataBytes,
String password) |
byte[] |
BCryptKdfOptions.decodePrivateKeyBytes(SessionContext session,
NamedResource resourceKey,
CipherFactory cipherSpec,
byte[] privateDataBytes,
String password) |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.