Class DHExchange
- java.lang.Object
- 
- org.activecomponents.udp.asymciphers.AbstractKeyExchange
- 
- org.activecomponents.udp.asymciphers.DHExchange
 
 
- 
- All Implemented Interfaces:
- IKeyExchange
 
 public class DHExchange extends AbstractKeyExchange 
- 
- 
Field SummaryFields Modifier and Type Field Description protected org.bouncycastle.crypto.agreement.DHBasicAgreementagreementKey Agreement.protected static intDEFAULT_KEY_SIZEKey sizeprotected org.bouncycastle.crypto.AsymmetricCipherKeyPairkeypairGenerated key pair.
 - 
Constructor SummaryConstructors Constructor Description DHExchange()
 - 
Method Summary- 
Methods inherited from class org.activecomponents.udp.asymciphers.AbstractKeyExchangegenerateSymKey, getPublicKey
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_KEY_SIZEprotected static final int DEFAULT_KEY_SIZE Key size- See Also:
- Constant Field Values
 
 - 
keypairprotected org.bouncycastle.crypto.AsymmetricCipherKeyPair keypair Generated key pair.
 - 
agreementprotected org.bouncycastle.crypto.agreement.DHBasicAgreement agreement Key Agreement.
 
- 
 
-