Uses of Class
com.trilead.ssh2.signature.RSAPublicKey
-
Packages that use RSAPublicKey Package Description com.trilead.ssh2.signature -
-
Uses of RSAPublicKey in com.trilead.ssh2.signature
Methods in com.trilead.ssh2.signature that return RSAPublicKey Modifier and Type Method Description static RSAPublicKeyRSASHA1Verify. decodeSSHRSAPublicKey(byte[] key)Deprecated.RSAPublicKeyRSAPrivateKey. getPublicKey()Deprecated.Methods in com.trilead.ssh2.signature with parameters of type RSAPublicKey Modifier and Type Method Description static byte[]RSASHA1Verify. encodeSSHRSAPublicKey(RSAPublicKey pk)Deprecated.static booleanRSASHA1Verify. verifySignature(byte[] message, RSASignature ds, RSAPublicKey dpk)Deprecated.
-