|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
Constants | |
DHContext | Implements the Diffie-Hellman Key Exchange details for both parties Party A: DHContext context_a = new DHContext(); String req = context_a.getRequestString(); Party B: DHContext context_b = new DHContext(req); EncryptionOptions options = context_b.getEncryptionOptions(enc); // encrypt String ret = context_b.getResponseString(); Party A: context_a.setPublicKey(ret); EncryptionOptions options = context_a.getEncryptionOptions(enc); // decrypt |
EncryptionBase | |
KeyHelper | |
SecurityBase | |
SignatureBase |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |