Uses of Enum
net.schmizz.sshj.common.KeyType
Packages that use KeyType
Package
Description
-
Uses of KeyType in com.hierynomus.sshj.key
Methods in com.hierynomus.sshj.key that return KeyTypeModifier and TypeMethodDescriptionBaseKeyAlgorithm.getKeyFormat()KeyAlgorithm.getKeyFormat()KeyAlgorithms.Factory.getKeyType()Constructors in com.hierynomus.sshj.key with parameters of type KeyTypeModifierConstructorDescriptionBaseKeyAlgorithm(String keyAlgorithm, Factory.Named<Signature> signature, KeyType keyFormat) Factory(String algorithmName, Factory.Named<Signature> signatureFactory, KeyType keyType) -
Uses of KeyType in com.hierynomus.sshj.userauth.keyprovider
Methods in com.hierynomus.sshj.userauth.keyprovider that return KeyTypeConstructors in com.hierynomus.sshj.userauth.keyprovider with parameters of type KeyType -
Uses of KeyType in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypestatic KeyTypeKeyType.fromString(String sType) KeyType.getParent()static KeyTypeReturns the enum constant of this type with the specified name.static KeyType[]KeyType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyType in net.schmizz.sshj.signature
Constructors in net.schmizz.sshj.signature with parameters of type KeyType -
Uses of KeyType in net.schmizz.sshj.transport
Methods in net.schmizz.sshj.transport with parameters of type KeyTypeModifier and TypeMethodDescriptionTransport.getClientKeyAlgorithms(KeyType keyType) TransportImpl.getClientKeyAlgorithms(KeyType keyType) -
Uses of KeyType in net.schmizz.sshj.transport.verification
Fields in net.schmizz.sshj.transport.verification declared as KeyTypeMethods in net.schmizz.sshj.transport.verification that return KeyTypeModifier and TypeMethodDescriptionOpenSSHKnownHosts.BadHostEntry.getType()OpenSSHKnownHosts.CommentEntry.getType()OpenSSHKnownHosts.HostEntry.getType()OpenSSHKnownHosts.KnownHostEntry.getType()Methods in net.schmizz.sshj.transport.verification with parameters of type KeyTypeModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanConstructors in net.schmizz.sshj.transport.verification with parameters of type KeyTypeModifierConstructorDescriptionHostEntry(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key) HostEntry(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key, String comment) HostEntry(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key, String comment, LoggerFactory loggerFactory) -
Uses of KeyType in net.schmizz.sshj.userauth.keyprovider
Fields in net.schmizz.sshj.userauth.keyprovider declared as KeyTypeMethods in net.schmizz.sshj.userauth.keyprovider that return KeyType