Uses of Package
org.apache.abdera.security.util

Packages that use org.apache.abdera.security.util
org.apache.abdera.security.util   
org.apache.abdera.security.xmlsec   
 

Classes in org.apache.abdera.security.util used by org.apache.abdera.security.util
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
SecurityBase
           
 

Classes in org.apache.abdera.security.util used by org.apache.abdera.security.xmlsec
EncryptionBase
           
SecurityBase
           
SignatureBase
           
 



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