@Deprecated public class RsaSigner extends Object implements Signer
| Constructor and Description |
|---|
RsaSigner(BigInteger n,
BigInteger d)
Deprecated.
|
RsaSigner(RSAPrivateKey key)
Deprecated.
|
RsaSigner(RSAPrivateKey key,
String algorithm)
Deprecated.
|
RsaSigner(String sshKey)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
algorithm()
Deprecated.
|
byte[] |
sign(byte[] bytes)
Deprecated.
|
public RsaSigner(BigInteger n, BigInteger d)
public RsaSigner(RSAPrivateKey key)
public RsaSigner(RSAPrivateKey key, String algorithm)
public RsaSigner(String sshKey)
public String algorithm()
algorithm in interface AlgorithmMetadataCopyright © 2020 SpringSource. All rights reserved.