| Package | Description |
|---|---|
| org.apache.sshd.common.cipher |
Cipher
implementations. |
| org.apache.sshd.common.config.keys.loader | |
| org.apache.sshd.common.session |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Cipher
Wrapper for a cryptographic cipher, used either for encryption or decryption.
|
interface |
CipherFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCipher
Base class for all Cipher implementations delegating to the JCE provider.
|
class |
BaseGCMCipher |
class |
BaseRC4Cipher |
class |
BuiltinCiphers
Provides easy access to the currently implemented ciphers
|
class |
CipherNone
Represents a no-op cipher.
|
| Modifier and Type | Method and Description |
|---|---|
protected CipherInformation |
AESPrivateKeyObfuscator.resolveCipherInformation(int keyLength,
String cipherMode) |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<CipherInformation> |
AESPrivateKeyObfuscator.createCipherSelector(int keyLength,
String cipherMode) |
| Modifier and Type | Method and Description |
|---|---|
CipherInformation |
SessionContext.getCipherInformation(boolean incoming)
Retrieves current cipher information - Note: may change if key re-exchange executed
|
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.