|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.security.AbderaSecurity
public class AbderaSecurity
The AbderaSecurity class provides the entry point for using XML Digital Signatures and XML Encryption with Abdera.
Constructor Summary | |
---|---|
AbderaSecurity()
|
|
AbderaSecurity(Abdera abdera)
|
|
AbderaSecurity(org.apache.abdera.util.Configuration config)
|
Method Summary | |
---|---|
Encryption |
getEncryption()
Acquire a shared XML Encryption provider instance |
Signature |
getSignature()
Acquire a shared XML Digital Signature provider instance |
Encryption |
newEncryption()
Acquire a new XML Encryption provider instance |
Signature |
newSignature()
Acquire a new XML Digital Signature provider instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbderaSecurity()
public AbderaSecurity(Abdera abdera)
public AbderaSecurity(org.apache.abdera.util.Configuration config)
Method Detail |
---|
public Encryption newEncryption()
public Encryption getEncryption()
public Signature newSignature()
public Signature getSignature()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |