| Package | Description |
|---|---|
| org.apache.sshd.common.cipher |
Cipher
implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCipher
Base class for all Cipher implementations delegating to the JCE provider.
|
class |
BaseRC4Cipher |
class |
CipherNone
Represents a no-op cipher.
|
| Modifier and Type | Method and Description |
|---|---|
Cipher |
BuiltinCiphers.create() |
| Modifier and Type | Method and Description |
|---|---|
static NamedFactory<Cipher> |
BuiltinCiphers.unregisterExtension(String name)
Unregisters specified extension
|
| Modifier and Type | Method and Description |
|---|---|
static BuiltinCiphers |
BuiltinCiphers.fromFactory(NamedFactory<Cipher> factory) |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.