Package com.trilead.ssh2.signature
Class RSASHA1Verify
- java.lang.Object
-
- com.trilead.ssh2.signature.RSASHA1Verify
-
@Deprecated public class RSASHA1Verify extends java.lang.Object
Deprecated.UseRSAKeyAlgorithm
RSASHA1Verify.- Version:
- $Id: RSASHA1Verify.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
-
-
Constructor Summary
Constructors Constructor Description RSASHA1Verify()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RSAPublicKey
decodeSSHRSAPublicKey(byte[] key)
Deprecated.static RSASignature
decodeSSHRSASignature(byte[] sig)
Deprecated.static byte[]
encodeSSHRSAPublicKey(RSAPublicKey pk)
Deprecated.static byte[]
encodeSSHRSASignature(RSASignature sig)
Deprecated.static RSASignature
generateSignature(byte[] message, RSAPrivateKey pk)
Deprecated.static boolean
verifySignature(byte[] message, RSASignature ds, RSAPublicKey dpk)
Deprecated.
-
-
-
Field Detail
-
log
private static final Logger log
Deprecated.
-
-
Method Detail
-
decodeSSHRSAPublicKey
@Deprecated public static RSAPublicKey decodeSSHRSAPublicKey(byte[] key) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
encodeSSHRSAPublicKey
@Deprecated public static byte[] encodeSSHRSAPublicKey(RSAPublicKey pk) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
decodeSSHRSASignature
@Deprecated public static RSASignature decodeSSHRSASignature(byte[] sig) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
encodeSSHRSASignature
@Deprecated public static byte[] encodeSSHRSASignature(RSASignature sig) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
generateSignature
@Deprecated public static RSASignature generateSignature(byte[] message, RSAPrivateKey pk) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
verifySignature
@Deprecated public static boolean verifySignature(byte[] message, RSASignature ds, RSAPublicKey dpk) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-