Uses of Enum
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 KeyTypeBaseKeyAlgorithm.keyFormatprivate final KeyTypeKeyAlgorithms.Factory.keyTypeMethods 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 PrivateKeyOpenSSHKeyV1KeyFile.createECDSAPrivateKey(KeyType kt, Buffer.PlainBuffer buffer, ECDSACurve ecdsaCurve) 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 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.Methods in net.schmizz.sshj.common with parameters of type KeyTypeModifier and TypeMethodDescription(package private) static booleanKeyType.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 voidKeyType.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 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 KeyTypeModifier and TypeFieldDescriptionprotected KeyTypeBaseFileKeyProvider.typeprivate final KeyTypeKeyPairWrapper.typeMethods 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 KeyAlgorithmKeyedAuthMethod.getPublicKeyAlgorithm(KeyType keyType)