Uses of Class
com.trilead.ssh2.signature.RSAPublicKey
Packages that use RSAPublicKey
-
Uses of RSAPublicKey in com.trilead.ssh2.signature
Methods in com.trilead.ssh2.signature that return RSAPublicKeyModifier and TypeMethodDescriptionstatic RSAPublicKey
RSASHA1Verify.decodeSSHRSAPublicKey
(byte[] key) Deprecated.RSAPrivateKey.getPublicKey()
Deprecated.Methods in com.trilead.ssh2.signature with parameters of type RSAPublicKeyModifier and TypeMethodDescriptionstatic byte[]
RSASHA1Verify.encodeSSHRSAPublicKey
(RSAPublicKey pk) Deprecated.static boolean
RSASHA1Verify.verifySignature
(byte[] message, RSASignature ds, RSAPublicKey dpk) Deprecated.