Uses of Interface
org.apache.sshd.common.AlgorithmNameProvider
Packages that use AlgorithmNameProvider
Package
Description
Cipher
implementations.Digest
implementations.Mac
implementations.Signature
implementations.-
Uses of AlgorithmNameProvider in org.apache.sshd.common.cipher
Subinterfaces of AlgorithmNameProvider in org.apache.sshd.common.cipherModifier and TypeInterfaceDescriptioninterface
Wrapper for a cryptographic cipher, used either for encryption or decryption.interface
interface
The reported algorithm name refers to the cipher base name - e.g., "AES", "ARCFOUR", etc.Classes in org.apache.sshd.common.cipher that implement AlgorithmNameProviderModifier and TypeClassDescriptionclass
Base class for all Cipher implementations delegating to the JCE provider.class
class
enum
Provides easy access to the currently implemented ciphersclass
Represents a no-op cipher. -
Uses of AlgorithmNameProvider in org.apache.sshd.common.config.keys
Subinterfaces of AlgorithmNameProvider in org.apache.sshd.common.config.keysModifier and TypeInterfaceDescriptioninterface
Represents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA", "DSA", "EC".Classes in org.apache.sshd.common.config.keys that implement AlgorithmNameProviderModifier and TypeClassDescriptionenum
class
Draw an ASCII-Art representing the fingerprint so human brain can profit from its built-in pattern recognition ability. -
Uses of AlgorithmNameProvider in org.apache.sshd.common.config.keys.loader.pem
Subinterfaces of AlgorithmNameProvider in org.apache.sshd.common.config.keys.loader.pemModifier and TypeInterfaceDescriptioninterface
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"Classes in org.apache.sshd.common.config.keys.loader.pem that implement AlgorithmNameProviderModifier and TypeClassDescriptionclass
Base class for PEM file key-pair loadersclass
class
class
class
-
Uses of AlgorithmNameProvider in org.apache.sshd.common.digest
Subinterfaces of AlgorithmNameProvider in org.apache.sshd.common.digestModifier and TypeInterfaceDescriptioninterface
Interface used to compute digests, based on algorithms such as MD5 or SHA1.interface
interface
The reported algorithm name refers to the type of digest being calculated.Classes in org.apache.sshd.common.digest that implement AlgorithmNameProviderModifier and TypeClassDescriptionclass
Base class for Digest algorithms based on the JCE provider.enum
Provides easy access to the currently implemented digests -
Uses of AlgorithmNameProvider in org.apache.sshd.common.mac
Subinterfaces of AlgorithmNameProvider in org.apache.sshd.common.macModifier and TypeInterfaceDescriptioninterface
Message Authentication Code for use in SSH.interface
interface
The reported algorithm name refers to the MAC being usedClasses in org.apache.sshd.common.mac that implement AlgorithmNameProviderModifier and TypeClassDescriptionclass
Base class forMac
implementations based on the JCE provider.enum
Provides easy access to the currently implemented macs -
Uses of AlgorithmNameProvider in org.apache.sshd.common.signature
Subinterfaces of AlgorithmNameProvider in org.apache.sshd.common.signatureModifier and TypeInterfaceDescriptioninterface
Signature interface for SSH used to sign or verify packets.Classes in org.apache.sshd.common.signature that implement AlgorithmNameProviderModifier and TypeClassDescriptionclass
class
Useful base class forSignature
implementationclass
DSASignature
class
Signature algorithm for EC keys using ECDSA.static class
static class
static class
class
RSASignature
class
class
class
class
class
-
Uses of AlgorithmNameProvider in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement AlgorithmNameProvider -
Uses of AlgorithmNameProvider in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement AlgorithmNameProvider -
Uses of AlgorithmNameProvider in org.apache.sshd.server.keyprovider
Classes in org.apache.sshd.server.keyprovider that implement AlgorithmNameProviderModifier and TypeClassDescriptionclass
Holds a singleKeyPair
which is generated the 1st timeAbstractGeneratorHostKeyProvider.loadKeys(SessionContext)
is called.class
TODO Add javadoc