public class BcX25519Domain extends java.lang.Object implements TlsECDomain
| Modifier and Type | Field and Description |
|---|---|
protected BcTlsCrypto |
crypto |
| Constructor and Description |
|---|
BcX25519Domain(BcTlsCrypto crypto) |
| Modifier and Type | Method and Description |
|---|---|
TlsAgreement |
createECDH()
Return an agreement operator suitable for ephemeral EC Diffie-Hellman.
|
protected final BcTlsCrypto crypto
public BcX25519Domain(BcTlsCrypto crypto)
public TlsAgreement createECDH()
TlsECDomaincreateECDH in interface TlsECDomain