Class | Description |
---|---|
AbstractDHGClient |
Base class for DHG key exchange algorithms.
|
DHG1 |
TODO Add javadoc
|
DHG1.Factory |
Named factory for DHG1 key exchange
|
DHG14 |
DHG14 does not work with the default JCE implementation provided by Sun
because it does not support 2048 bits encryption.
|
DHG14.Factory |
Named factory for DHG14 key exchange
|
DHGEX |
Client side Diffie Hellman Group Exchange
|
DHGEX.Factory |
Named factory for DHGEX key exchange
|
DHGEX256 |
Client side Diffie Hellman Group Exchange
|
DHGEX256.Factory |
Named factory for DHGEX key exchange
|
ECDHP256 |
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
|
ECDHP256.Factory | |
ECDHP384 |
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
|
ECDHP384.Factory | |
ECDHP521 |
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
|
ECDHP521.Factory |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.