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 KeyTypeBaseKeyAlgorithm. keyFormatprivate KeyTypeKeyAlgorithms.Factory. keyTypeMethods in com.hierynomus.sshj.key that return KeyType Modifier and Type Method Description KeyTypeBaseKeyAlgorithm. getKeyFormat()KeyTypeKeyAlgorithm. getKeyFormat()KeyTypeKeyAlgorithms.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 KeyTypeOpenSSHKeyFileUtil.ParsedPubKey. typeMethods in com.hierynomus.sshj.userauth.keyprovider that return KeyType Modifier and Type Method Description KeyTypeOpenSSHKeyFileUtil.ParsedPubKey. getType()Methods in com.hierynomus.sshj.userauth.keyprovider with parameters of type KeyType Modifier and Type Method Description private java.security.PrivateKeyOpenSSHKeyV1KeyFile. createECDSAPrivateKey(KeyType kt, Buffer.PlainBuffer buffer, ECDSACurve ecdsaCurve)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 KeyTypeKeyType. fromKey(java.security.Key key)static KeyTypeKeyType. fromString(java.lang.String sType)KeyTypeKeyType. getParent()static KeyTypeKeyType. 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 booleanKeyType.CertUtils. isCertificateOfType(java.security.Key key, KeyType innerKeyType)private booleanKeyType. isSubType(KeyType keyType)(package private) static <T extends java.security.PublicKey>
Certificate<T>KeyType.CertUtils. readPubKey(Buffer<?> buf, KeyType innerKeyType)(package private) static voidKeyType.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 KeyTypeSignatureRSA. keyTypeConstructors 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 KeyTypeOpenSSHKnownHosts.HostEntry. typeMethods in net.schmizz.sshj.transport.verification that return KeyType Modifier and Type Method Description KeyTypeOpenSSHKnownHosts.BadHostEntry. getType()KeyTypeOpenSSHKnownHosts.CommentEntry. getType()KeyTypeOpenSSHKnownHosts.HostEntry. getType()KeyTypeOpenSSHKnownHosts.KnownHostEntry. getType()Methods in net.schmizz.sshj.transport.verification with parameters of type KeyType Modifier and Type Method Description booleanOpenSSHKnownHosts.BadHostEntry. appliesTo(KeyType type, java.lang.String host)booleanOpenSSHKnownHosts.CommentEntry. appliesTo(KeyType type, java.lang.String host)booleanOpenSSHKnownHosts.HostEntry. appliesTo(KeyType type, java.lang.String host)booleanOpenSSHKnownHosts.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 KeyTypeBaseFileKeyProvider. typeprivate KeyTypeKeyPairWrapper. typeMethods in net.schmizz.sshj.userauth.keyprovider that return KeyType Modifier and Type Method Description KeyTypeBaseFileKeyProvider. getType()KeyTypeKeyPairWrapper. getType()KeyTypeKeyProvider. getType()KeyTypePuTTYKeyFile. 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 KeyAlgorithmKeyedAuthMethod. getPublicKeyAlgorithm(KeyType keyType)
-