Class BcX25519Domain

  • All Implemented Interfaces:
    TlsECDomain

    public class BcX25519Domain
    extends java.lang.Object
    implements TlsECDomain
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected BcTlsCrypto crypto  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TlsAgreement createECDH()
      Return an agreement operator suitable for ephemeral EC Diffie-Hellman.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BcX25519Domain

        public BcX25519Domain​(BcTlsCrypto crypto)
    • Method Detail

      • createECDH

        public TlsAgreement createECDH()
        Description copied from interface: TlsECDomain
        Return an agreement operator suitable for ephemeral EC Diffie-Hellman.
        Specified by:
        createECDH in interface TlsECDomain
        Returns:
        a key agreement operator.