ch.ethz.ssh2.signature
Class RSASHA1Verify
java.lang.Object
ch.ethz.ssh2.signature.RSASHA1Verify
public class RSASHA1Verify
extends java.lang.Object
RSASHA1Verify.
decodeSSHRSAPublicKey
public static RSAPublicKey decodeSSHRSAPublicKey(byte[] key)
throws IOException
decodeSSHRSASignature
public static RSASignature decodeSSHRSASignature(byte[] sig)
throws IOException
encodeSSHRSAPublicKey
public static byte[] encodeSSHRSAPublicKey(RSAPublicKey pk)
throws IOException
encodeSSHRSASignature
public static byte[] encodeSSHRSASignature(RSASignature sig)
throws IOException
verifySignature
public static boolean verifySignature(byte[] message,
RSASignature ds,
RSAPublicKey dpk)
throws IOException