| Package | Description |
|---|---|
| org.apache.sshd.common.cipher |
Cipher
implementations. |
| 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 |
BaseRC4Cipher |
class |
BuiltinCiphers
Provides easy access to the currently implemented ciphers
|
class |
CipherNone
Represents a no-op cipher.
|
Copyright © 2018–2019 The Apache Software Foundation. All rights reserved.