public abstract class BcTlsSigner extends java.lang.Object implements TlsSigner
| Modifier and Type | Field and Description |
|---|---|
protected BcTlsCrypto |
crypto |
protected org.bouncycastle.crypto.params.AsymmetricKeyParameter |
privateKey |
| Modifier | Constructor and Description |
|---|---|
protected |
BcTlsSigner(BcTlsCrypto crypto,
org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey) |
| Modifier and Type | Method and Description |
|---|---|
TlsStreamSigner |
getStreamSigner(SignatureAndHashAlgorithm algorithm) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateRawSignatureprotected final BcTlsCrypto crypto
protected final org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey
protected BcTlsSigner(BcTlsCrypto crypto, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
public TlsStreamSigner getStreamSigner(SignatureAndHashAlgorithm algorithm)
getStreamSigner in interface TlsSigner