Class BcTlsEd448Signer
- java.lang.Object
-
- org.bouncycastle.tls.crypto.impl.bc.BcTlsSigner
-
- org.bouncycastle.tls.crypto.impl.bc.BcTlsEd448Signer
-
- All Implemented Interfaces:
TlsSigner
public class BcTlsEd448Signer extends BcTlsSigner
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.tls.crypto.impl.bc.BcTlsSigner
crypto, privateKey
-
-
Constructor Summary
Constructors Constructor Description BcTlsEd448Signer(BcTlsCrypto crypto, org.bouncycastle.crypto.params.Ed448PrivateKeyParameters privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TlsStreamSigner
getStreamSigner(SignatureAndHashAlgorithm algorithm)
-
Methods inherited from class org.bouncycastle.tls.crypto.impl.bc.BcTlsSigner
generateRawSignature
-
-
-
-
Constructor Detail
-
BcTlsEd448Signer
public BcTlsEd448Signer(BcTlsCrypto crypto, org.bouncycastle.crypto.params.Ed448PrivateKeyParameters privateKey)
-
-
Method Detail
-
getStreamSigner
public TlsStreamSigner getStreamSigner(SignatureAndHashAlgorithm algorithm)
- Specified by:
getStreamSigner
in interfaceTlsSigner
- Overrides:
getStreamSigner
in classBcTlsSigner
-
-