Uses of Class
org.apache.abdera.security.SecurityException

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

Uses of SecurityException in org.apache.abdera.security
 

Methods in org.apache.abdera.security that throw SecurityException
 Document Encryption.decrypt(Document doc, EncryptionOptions options)
          Decrypt the document using the specified options
 Document Encryption.encrypt(Document doc, EncryptionOptions options)
          Encrypt the document using the specified options
 SignatureOptions Signature.getDefaultSignatureOptions()
          Returns the default signing options
<T extends Element>
org.apache.xml.security.keys.KeyInfo
Signature.getSignatureKeyInfo(T element, SignatureOptions options)
           
<T extends Element>
X509Certificate[]
Signature.getValidSignatureCertificates(T element, SignatureOptions options)
          Returns a listing of X.509 certificates of valid digital signatures in the element
 boolean Encryption.isEncrypted(Document doc)
          Returns true if this specified document has been encrypted
<T extends Element>
boolean
Signature.isSigned(T element)
          Return true if the element has been digitally signed
<T extends Element>
T
Signature.removeInvalidSignatures(T element, SignatureOptions options)
           
<T extends Element>
T
Signature.sign(T element, SignatureOptions options)
          Adds a digital signature to the specified element
<T extends Element>
boolean
Signature.verify(T element, SignatureOptions options)
          Verifies that the digitally signed element is valid
 

Uses of SecurityException in org.apache.abdera.security.util
 

Methods in org.apache.abdera.security.util that throw SecurityException
 boolean EncryptionBase.isEncrypted(Document doc)
           
<T extends Element>
boolean
SignatureBase.isSigned(T entry)
           
 

Uses of SecurityException in org.apache.abdera.security.xmlsec
 

Methods in org.apache.abdera.security.xmlsec that throw SecurityException
 Document XmlEncryption.decrypt(Document doc, EncryptionOptions options)
           
 Document XmlEncryption.encrypt(Document doc, EncryptionOptions options)
           
 SignatureOptions XmlSignature.getDefaultSignatureOptions()
           
<T extends Element>
org.apache.xml.security.keys.KeyInfo
XmlSignature.getSignatureKeyInfo(T element, SignatureOptions options)
           
<T extends Element>
X509Certificate[]
XmlSignature.getValidSignatureCertificates(T element, SignatureOptions options)
           
<T extends Element>
T
XmlSignature.removeInvalidSignatures(T element, SignatureOptions options)
           
<T extends Element>
T
XmlSignature.sign(T entry, SignatureOptions options)
           
<T extends Element>
boolean
XmlSignature.verify(T entry, SignatureOptions options)
           
 



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