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

Packages that use SecurityException
org.apache.abdera.security   
 

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
 



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