Uses of Class
net.schmizz.sshj.common.KeyType
-
-
Uses of KeyType in com.hierynomus.sshj.key
Fields in com.hierynomus.sshj.key declared as KeyType Modifier and Type Field Description private KeyType
BaseKeyAlgorithm. keyFormat
private KeyType
KeyAlgorithms.Factory. keyType
Methods in com.hierynomus.sshj.key that return KeyType Modifier and Type Method Description KeyType
BaseKeyAlgorithm. getKeyFormat()
KeyType
KeyAlgorithm. getKeyFormat()
KeyType
KeyAlgorithms.Factory. getKeyType()
Constructors in com.hierynomus.sshj.key with parameters of type KeyType Constructor Description BaseKeyAlgorithm(java.lang.String keyAlgorithm, Factory.Named<Signature> signature, KeyType keyFormat)
Factory(java.lang.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 KeyType Modifier and Type Field Description private KeyType
OpenSSHKeyFileUtil.ParsedPubKey. type
Methods in com.hierynomus.sshj.userauth.keyprovider that return KeyType Modifier and Type Method Description KeyType
OpenSSHKeyFileUtil.ParsedPubKey. getType()
Methods in com.hierynomus.sshj.userauth.keyprovider with parameters of type KeyType Modifier and Type Method Description private java.security.PrivateKey
OpenSSHKeyV1KeyFile. createECDSAPrivateKey(KeyType kt, Buffer.PlainBuffer buffer, java.lang.String name)
Constructors in com.hierynomus.sshj.userauth.keyprovider with parameters of type KeyType Constructor Description ParsedPubKey(KeyType type, java.security.PublicKey pubKey)
-
Uses of KeyType in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that return KeyType Modifier and Type Method Description static KeyType
KeyType. fromKey(java.security.Key key)
static KeyType
KeyType. fromString(java.lang.String sType)
KeyType
KeyType. getParent()
static KeyType
KeyType. valueOf(java.lang.String name)
Returns 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 KeyType Modifier and Type Method Description (package private) static boolean
KeyType.CertUtils. isCertificateOfType(java.security.Key key, KeyType innerKeyType)
private boolean
KeyType. isSubType(KeyType keyType)
(package private) static <T extends java.security.PublicKey>
Certificate<T>KeyType.CertUtils. readPubKey(Buffer<?> buf, KeyType innerKeyType)
(package private) static void
KeyType.CertUtils. writePubKeyContentsIntoBuffer(java.security.PublicKey publicKey, KeyType innerKeyType, Buffer<?> buf)
-
Uses of KeyType in net.schmizz.sshj.signature
Fields in net.schmizz.sshj.signature declared as KeyType Modifier and Type Field Description private KeyType
SignatureRSA. keyType
Constructors in net.schmizz.sshj.signature with parameters of type KeyType Constructor Description SignatureRSA(java.lang.String algorithm, KeyType keyType, java.lang.String name)
-
Uses of KeyType in net.schmizz.sshj.transport
Methods in net.schmizz.sshj.transport with parameters of type KeyType Modifier and Type Method Description java.util.List<KeyAlgorithm>
Transport. getClientKeyAlgorithms(KeyType keyType)
java.util.List<KeyAlgorithm>
TransportImpl. getClientKeyAlgorithms(KeyType keyType)
-
Uses of KeyType in net.schmizz.sshj.transport.verification
Fields in net.schmizz.sshj.transport.verification declared as KeyType Modifier and Type Field Description protected KeyType
OpenSSHKnownHosts.HostEntry. type
Methods in net.schmizz.sshj.transport.verification that return KeyType Modifier and Type Method Description KeyType
OpenSSHKnownHosts.BadHostEntry. getType()
KeyType
OpenSSHKnownHosts.CommentEntry. getType()
KeyType
OpenSSHKnownHosts.HostEntry. getType()
KeyType
OpenSSHKnownHosts.KnownHostEntry. getType()
Methods in net.schmizz.sshj.transport.verification with parameters of type KeyType Modifier and Type Method Description boolean
OpenSSHKnownHosts.BadHostEntry. appliesTo(KeyType type, java.lang.String host)
boolean
OpenSSHKnownHosts.CommentEntry. appliesTo(KeyType type, java.lang.String host)
boolean
OpenSSHKnownHosts.HostEntry. appliesTo(KeyType type, java.lang.String host)
boolean
OpenSSHKnownHosts.KnownHostEntry. appliesTo(KeyType type, java.lang.String host)
Constructors in net.schmizz.sshj.transport.verification with parameters of type KeyType Constructor Description HostEntry(OpenSSHKnownHosts.Marker marker, java.lang.String hostPart, KeyType type, java.security.PublicKey key)
HostEntry(OpenSSHKnownHosts.Marker marker, java.lang.String hostPart, KeyType type, java.security.PublicKey key, java.lang.String comment)
HostEntry(OpenSSHKnownHosts.Marker marker, java.lang.String hostPart, KeyType type, java.security.PublicKey key, java.lang.String comment, LoggerFactory loggerFactory)
-
Uses of KeyType in net.schmizz.sshj.userauth.keyprovider
Fields in net.schmizz.sshj.userauth.keyprovider declared as KeyType Modifier and Type Field Description protected KeyType
BaseFileKeyProvider. type
private KeyType
KeyPairWrapper. type
Methods in net.schmizz.sshj.userauth.keyprovider that return KeyType Modifier and Type Method Description KeyType
BaseFileKeyProvider. getType()
KeyType
KeyPairWrapper. getType()
KeyType
KeyProvider. getType()
KeyType
PuTTYKeyFile. getType()
Key type -
Uses of KeyType in net.schmizz.sshj.userauth.method
Methods in net.schmizz.sshj.userauth.method with parameters of type KeyType Modifier and Type Method Description private KeyAlgorithm
KeyedAuthMethod. getPublicKeyAlgorithm(KeyType keyType)
-