|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecryptionException | |
---|---|
org.opensaml.xml.encryption | XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. |
Uses of DecryptionException in org.opensaml.xml.encryption |
---|
Methods in org.opensaml.xml.encryption that throw DecryptionException | |
---|---|
protected void |
Decrypter.checkAndMarshall(XMLObject xmlObject)
Ensure that the XMLObject is marshalled. |
XMLObject |
Decrypter.decryptData(EncryptedData encryptedData)
This is a convenience method for calling Decrypter.decryptData(EncryptedData, boolean) ,
with the rootInNewDocument parameter value supplied by Decrypter.isRootInNewDocument() . |
XMLObject |
Decrypter.decryptData(EncryptedData encryptedData,
boolean rootInNewDocument)
Decrypts the supplied EncryptedData and returns the resulting XMLObject. |
org.w3c.dom.DocumentFragment |
Decrypter.decryptDataToDOM(EncryptedData encryptedData)
Decrypts the supplied EncryptedData and returns the resulting DOM DocumentFragment . |
org.w3c.dom.DocumentFragment |
Decrypter.decryptDataToDOM(EncryptedData encryptedData,
java.security.Key dataEncKey)
Decrypts the supplied EncryptedData using the specified key, and returns the resulting DOM DocumentFragment . |
java.util.List<XMLObject> |
Decrypter.decryptDataToList(EncryptedData encryptedData)
This is a convenience method for calling Decrypter.decryptDataToList(EncryptedData, boolean) ,
with the rootInNewDocument parameter value supplied by Decrypter.isRootInNewDocument() . |
java.util.List<XMLObject> |
Decrypter.decryptDataToList(EncryptedData encryptedData,
boolean rootInNewDocument)
Decrypts the supplied EncryptedData and returns the resulting list of XMLObjects. |
java.security.Key |
Decrypter.decryptKey(EncryptedKey encryptedKey,
java.lang.String algorithm)
Attempts to decrypt the supplied EncryptedKey and returns the resulting Java security Key object. |
java.security.Key |
Decrypter.decryptKey(EncryptedKey encryptedKey,
java.lang.String algorithm,
java.security.Key kek)
Decrypts the supplied EncryptedKey and returns the resulting Java security Key object. |
protected void |
Decrypter.preProcessEncryptedKey(EncryptedKey encryptedKey,
java.lang.String algorithm,
java.security.Key kek)
Preprocess the EncryptedKey. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |