org.apache.abdera.security
Class AbderaSecurity

java.lang.Object
  extended by org.apache.abdera.security.AbderaSecurity

public class AbderaSecurity
extends Object

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

AbderaSecurity

public AbderaSecurity()

AbderaSecurity

public AbderaSecurity(Abdera abdera)

AbderaSecurity

public AbderaSecurity(org.apache.abdera.util.Configuration config)
Method Detail

newEncryption

public Encryption newEncryption()
Acquire a new XML Encryption provider instance


getEncryption

public Encryption getEncryption()
Acquire a shared XML Encryption provider instance


newSignature

public Signature newSignature()
Acquire a new XML Digital Signature provider instance


getSignature

public Signature getSignature()
Acquire a shared XML Digital Signature provider instance



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