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 TypeInterfaceDescriptioninterfaceWrapper for a cryptographic cipher, used either for encryption or decryption.interfaceinterfaceThe 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 TypeClassDescriptionclassBase class for all Cipher implementations delegating to the JCE provider.classclassenumProvides easy access to the currently implemented ciphersclassAEAD cipher based on the OpenSSH ChaCha20-Poly1305 cipher extension.classRepresents 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 TypeInterfaceDescriptioninterfaceRepresents 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 TypeClassDescriptionenumclassDraw 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 TypeInterfaceDescriptioninterfaceThe 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 TypeClassDescriptionclassBase class for PEM file key-pair loadersclassclassclassclass -
Uses of AlgorithmNameProvider in org.apache.sshd.common.digest
Subinterfaces of AlgorithmNameProvider in org.apache.sshd.common.digestModifier and TypeInterfaceDescriptioninterfaceInterface used to compute digests, based on algorithms such as MD5 or SHA1.interfaceinterfaceThe reported algorithm name refers to the type of digest being calculated.Classes in org.apache.sshd.common.digest that implement AlgorithmNameProviderModifier and TypeClassDescriptionclassBase class for Digest algorithms based on the JCE provider.enumProvides 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 TypeInterfaceDescriptioninterfaceMessage Authentication Code for use in SSH.interfaceinterfaceThe reported algorithm name refers to the MAC being usedClasses in org.apache.sshd.common.mac that implement AlgorithmNameProviderModifier and TypeClassDescriptionclassBase class forMacimplementations based on the JCE provider.enumProvides easy access to the currently implemented macsclassPoly1305 one-time message authentication code. -
Uses of AlgorithmNameProvider in org.apache.sshd.common.signature
Subinterfaces of AlgorithmNameProvider in org.apache.sshd.common.signatureModifier and TypeInterfaceDescriptioninterfaceSignature interface for SSH used to sign or verify packets.Classes in org.apache.sshd.common.signature that implement AlgorithmNameProviderModifier and TypeClassDescriptionclassclassUseful base class forSignatureimplementationclassDSASignatureclassSignature algorithm for EC keys using ECDSA.static classstatic classstatic classclassRSASignatureclassclassclassclassclass -
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 TypeClassDescriptionclassHolds a singleKeyPairwhich is generated the 1st timeAbstractGeneratorHostKeyProvider.loadKeys(SessionContext)is called.classA simple implementation of anAbstractGeneratorHostKeyProviderthat writes and reads host keys using the OpenSSH file format.