Uses of Enum Class
net.schmizz.sshj.common.KeyType
Packages that use KeyType
Package
Description
-
Uses of KeyType in com.hierynomus.sshj.key
Fields in com.hierynomus.sshj.key declared as KeyTypeModifier and TypeFieldDescriptionprivate final KeyType
BaseKeyAlgorithm.keyFormat
private final KeyType
KeyAlgorithms.Factory.keyType
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
Fields in com.hierynomus.sshj.userauth.keyprovider declared as KeyTypeMethods in com.hierynomus.sshj.userauth.keyprovider that return KeyTypeMethods in com.hierynomus.sshj.userauth.keyprovider with parameters of type KeyTypeModifier and TypeMethodDescriptionprivate PrivateKey
OpenSSHKeyV1KeyFile.createECDSAPrivateKey
(KeyType kt, Buffer.PlainBuffer buffer, String name) Constructors 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 KeyType
static KeyType
KeyType.fromString
(String sType) KeyType.getParent()
static KeyType
Returns the enum constant of this class with the specified name.static KeyType[]
KeyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.common with parameters of type KeyTypeModifier and TypeMethodDescription(package private) static boolean
KeyType.CertUtils.isCertificateOfType
(Key key, KeyType innerKeyType) private boolean
(package private) static <T extends PublicKey>
Certificate<T> KeyType.CertUtils.readPubKey
(Buffer<?> buf, KeyType innerKeyType) (package private) static void
KeyType.CertUtils.writePubKeyContentsIntoBuffer
(PublicKey publicKey, KeyType innerKeyType, Buffer<?> buf) -
Uses of KeyType in net.schmizz.sshj.signature
Fields in net.schmizz.sshj.signature declared as KeyTypeConstructors 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 TypeMethodDescriptionboolean
boolean
boolean
boolean
Constructors 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 KeyTypeModifier and TypeFieldDescriptionprotected KeyType
BaseFileKeyProvider.type
private final KeyType
KeyPairWrapper.type
Methods in net.schmizz.sshj.userauth.keyprovider that return KeyType -
Uses of KeyType in net.schmizz.sshj.userauth.method
Methods in net.schmizz.sshj.userauth.method with parameters of type KeyTypeModifier and TypeMethodDescriptionprivate KeyAlgorithm
KeyedAuthMethod.getPublicKeyAlgorithm
(KeyType keyType)