public class RsaSigner extends Object implements Signer
| Constructor and Description |
|---|
RsaSigner(BigInteger n,
BigInteger d) |
RsaSigner(RSAPrivateKey key) |
RsaSigner(RSAPrivateKey key,
String algorithm) |
RsaSigner(String sshKey) |
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 © 2017 SpringSource. All rights reserved.