Package org.apache.abdera.security.util

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  
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.