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 RSAPublicKey
RSASHA1Verify. decodeSSHRSAPublicKey(byte[] key)
RSAPublicKey
RSAPrivateKey. getPublicKey()
Methods in com.trilead.ssh2.signature with parameters of type RSAPublicKey Modifier and Type Method Description static byte[]
RSASHA1Verify. encodeSSHRSAPublicKey(RSAPublicKey pk)
static boolean
RSASHA1Verify. verifySignature(byte[] message, RSASignature ds, RSAPublicKey dpk)
-