|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|
Signature.getSignatureKeyInfo(T element,
SignatureOptions options)
|
|
|
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 |
|
|
Signature.isSigned(T element)
Return true if the element has been digitally signed |
|
|
Signature.removeInvalidSignatures(T element,
SignatureOptions options)
|
|
|
Signature.sign(T element,
SignatureOptions options)
Adds a digital signature to the specified element |
|
|
Signature.verify(T element,
SignatureOptions options)
Verifies that the digitally signed element is valid |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |