Class BcTlsSigner
- java.lang.Object
-
- org.bouncycastle.tls.crypto.impl.bc.BcTlsSigner
-
- All Implemented Interfaces:
TlsSigner
- Direct Known Subclasses:
BcTlsDSSSigner
,BcTlsECDSA13Signer
,BcTlsEd25519Signer
,BcTlsEd448Signer
,BcTlsRSAPSSSigner
,BcTlsRSASigner
,BcTlsSM2Signer
public abstract class BcTlsSigner extends java.lang.Object implements TlsSigner
-
-
Field Summary
Fields Modifier and Type Field Description protected BcTlsCrypto
crypto
protected org.bouncycastle.crypto.params.AsymmetricKeyParameter
privateKey
-
Constructor Summary
Constructors Modifier Constructor Description protected
BcTlsSigner(BcTlsCrypto crypto, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TlsStreamSigner
getStreamSigner(SignatureAndHashAlgorithm algorithm)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.tls.crypto.TlsSigner
generateRawSignature
-
-
-
-
Field Detail
-
crypto
protected final BcTlsCrypto crypto
-
privateKey
protected final org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey
-
-
Constructor Detail
-
BcTlsSigner
protected BcTlsSigner(BcTlsCrypto crypto, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
-
-
Method Detail
-
getStreamSigner
public TlsStreamSigner getStreamSigner(SignatureAndHashAlgorithm algorithm)
- Specified by:
getStreamSigner
in interfaceTlsSigner
-
-