RSAKeyAlgorithm
@Deprecated public class RSASHA1Verify extends Object
Constructor and Description |
---|
RSASHA1Verify()
Deprecated.
|
Modifier and Type | Method and 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.
|
@Deprecated public static RSAPublicKey decodeSSHRSAPublicKey(byte[] key) throws IOException
IOException
@Deprecated public static byte[] encodeSSHRSAPublicKey(RSAPublicKey pk) throws IOException
IOException
@Deprecated public static RSASignature decodeSSHRSASignature(byte[] sig) throws IOException
IOException
@Deprecated public static byte[] encodeSSHRSASignature(RSASignature sig) throws IOException
IOException
@Deprecated public static RSASignature generateSignature(byte[] message, RSAPrivateKey pk) throws IOException
IOException
@Deprecated public static boolean verifySignature(byte[] message, RSASignature ds, RSAPublicKey dpk) throws IOException
IOException
Copyright © 2020. All rights reserved.