Uses of Class
ch.ethz.ssh2.signature.RSAPublicKey

Packages that use RSAPublicKey
ch.ethz.ssh2.signature   
 

Uses of RSAPublicKey in ch.ethz.ssh2.signature
 

Methods in ch.ethz.ssh2.signature that return RSAPublicKey
 RSAPublicKey RSAPrivateKey.getPublicKey()
           
static RSAPublicKey RSASHA1Verify.decodeSSHRSAPublicKey(byte[] key)
           
 

Methods in ch.ethz.ssh2.signature with parameters of type RSAPublicKey
static byte[] RSASHA1Verify.encodeSSHRSAPublicKey(RSAPublicKey pk)
           
static boolean RSASHA1Verify.verifySignature(byte[] message, RSASignature ds, RSAPublicKey dpk)