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 BcTlsCryptoprotected final org.bouncycastle.crypto.params.AsymmetricKeyParameter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBcTlsSigner(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, waitMethods 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:
getStreamSignerin interfaceTlsSigner
-