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