Package | Description |
---|---|
org.apache.sshd.common.cipher |
Cipher
implementations. |
org.apache.sshd.common.config.keys.loader | |
org.apache.sshd.common.session | |
org.apache.sshd.common.session.helpers |
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 |
ChaCha20Cipher
AEAD cipher based on the
OpenSSH
ChaCha20-Poly1305 cipher extension.
|
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
|
Modifier and Type | Method and Description |
---|---|
CipherInformation |
AbstractSession.getCipherInformation(boolean incoming) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.