Package | Description |
---|---|
org.apache.sshd.common.cipher |
Cipher
implementations. |
org.apache.sshd.common.config.keys | |
org.apache.sshd.common.util.security.bouncycastle | |
org.apache.sshd.server.keyprovider |
Modifier and Type | Interface and Description |
---|---|
interface |
Cipher
Wrapper for a cryptographic cipher, used either for encryption
or decryption.
|
interface |
CipherFactory |
interface |
CipherInformation
The reported algorithm name refers to the cipher base name - e.g., "AES", "ARCFOUR", etc.
|
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.
|
class |
ECCurves
Utilities for working with elliptic curves.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyRandomArt
Draw an ASCII-Art representing the fingerprint so human brain can
profit from its built-in pattern recognition ability.
|
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleGeneratorHostKeyProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGeneratorHostKeyProvider
Holds a single
KeyPair which is generated the 1st time
AbstractGeneratorHostKeyProvider.loadKeys(SessionContext) is called. |
class |
SimpleGeneratorHostKeyProvider
TODO Add javadoc
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.