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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BcTlsCrypto
protected final org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BcTlsSigner
(BcTlsCrypto crypto, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey) -
Method Summary
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 Details
-
crypto
-
privateKey
protected final org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey
-
-
Constructor Details
-
BcTlsSigner
protected BcTlsSigner(BcTlsCrypto crypto, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
-
-
Method Details
-
getStreamSigner
- Specified by:
getStreamSigner
in interfaceTlsSigner
-