Class DHExchange

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.bouncycastle.crypto.agreement.DHBasicAgreement agreement
      Key Agreement.
      protected static int DEFAULT_KEY_SIZE
      Key size
      protected org.bouncycastle.crypto.AsymmetricCipherKeyPair keypair
      Generated key pair.
    • Constructor Summary

      Constructors 
      Constructor Description
      DHExchange()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • keypair

        protected org.bouncycastle.crypto.AsymmetricCipherKeyPair keypair
        Generated key pair.
      • agreement

        protected org.bouncycastle.crypto.agreement.DHBasicAgreement agreement
        Key Agreement.
    • Constructor Detail

      • DHExchange

        public DHExchange()