public class BcTlsEd25519Signer extends BcTlsSigner
crypto, privateKey
Constructor and Description |
---|
BcTlsEd25519Signer(BcTlsCrypto crypto,
org.bouncycastle.crypto.params.Ed25519PrivateKeyParameters privateKey) |
Modifier and Type | Method and Description |
---|---|
TlsStreamSigner |
getStreamSigner(SignatureAndHashAlgorithm algorithm) |
generateRawSignature
public BcTlsEd25519Signer(BcTlsCrypto crypto, org.bouncycastle.crypto.params.Ed25519PrivateKeyParameters privateKey)
public TlsStreamSigner getStreamSigner(SignatureAndHashAlgorithm algorithm)
getStreamSigner
in interface TlsSigner
getStreamSigner
in class BcTlsSigner