Package com.trilead.ssh2.signature
Class RSASHA1Verify
java.lang.Object
com.trilead.ssh2.signature.RSASHA1Verify
Deprecated.
RSASHA1Verify.
- Version:
- $Id: RSASHA1Verify.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RSAPublicKey
decodeSSHRSAPublicKey
(byte[] key) Deprecated.static RSASignature
decodeSSHRSASignature
(byte[] sig) Deprecated.static byte[]
Deprecated.static byte[]
Deprecated.static RSASignature
generateSignature
(byte[] message, RSAPrivateKey pk) Deprecated.static boolean
verifySignature
(byte[] message, RSASignature ds, RSAPublicKey dpk) Deprecated.
-
Constructor Details
-
RSASHA1Verify
public RSASHA1Verify()Deprecated.
-
-
Method Details
-
decodeSSHRSAPublicKey
Deprecated.- Throws:
IOException
-
encodeSSHRSAPublicKey
Deprecated.- Throws:
IOException
-
decodeSSHRSASignature
Deprecated.- Throws:
IOException
-
encodeSSHRSASignature
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
-
RSAKeyAlgorithm