|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |