Class BcTlsSLHDSASigner
java.lang.Object
org.bouncycastle.tls.crypto.impl.bc.BcTlsSigner
org.bouncycastle.tls.crypto.impl.bc.BcTlsSLHDSASigner
- All Implemented Interfaces:
TlsSigner
-
Field Summary
Fields inherited from class BcTlsSigner
crypto, privateKey -
Method Summary
Modifier and TypeMethodDescriptionstatic BcTlsSLHDSASignercreate(BcTlsCrypto crypto, org.bouncycastle.crypto.params.SLHDSAPrivateKeyParameters privateKey, int signatureScheme) getStreamSigner(SignatureAndHashAlgorithm algorithm) Methods inherited from class BcTlsSigner
generateRawSignature
-
Method Details
-
create
public static BcTlsSLHDSASigner create(BcTlsCrypto crypto, org.bouncycastle.crypto.params.SLHDSAPrivateKeyParameters privateKey, int signatureScheme) -
getStreamSigner
- Specified by:
getStreamSignerin interfaceTlsSigner- Overrides:
getStreamSignerin classBcTlsSigner
-