Uses of Class
org.opensaml.xmlsec.encryption.support.DecryptionException
Packages that use DecryptionException
-
Uses of DecryptionException in org.opensaml.xmlsec.encryption.support
Subclasses of DecryptionException in org.opensaml.xmlsec.encryption.supportModifier and TypeClassDescriptionclassException thrown when an error occurs during pre-decryption validation.Methods in org.opensaml.xmlsec.encryption.support that throw DecryptionExceptionModifier and TypeMethodDescriptionprotected voidDecrypter.checkAndMarshall(XMLObject xmlObject) Ensure that the XMLObject is marshalled.Decrypter.decryptData(EncryptedData encryptedData) This is a convenience method for callingDecrypter.decryptData(EncryptedData, boolean), with therootInNewDocumentparameter value supplied byDecrypter.isRootInNewDocument().Decrypter.decryptData(EncryptedData encryptedData, boolean rootInNewDocument) Decrypts the supplied EncryptedData and returns the resulting XMLObject.Decrypter.decryptDataToDOM(EncryptedData encryptedData) Decrypts the supplied EncryptedData and returns the resulting DOMDocumentFragment.Decrypter.decryptDataToDOM(EncryptedData encryptedData, Key dataEncKey) Decrypts the supplied EncryptedData using the specified key, and returns the resulting DOMDocumentFragment.Decrypter.decryptDataToList(EncryptedData encryptedData) This is a convenience method for callingDecrypter.decryptDataToList(EncryptedData, boolean), with therootInNewDocumentparameter value supplied byDecrypter.isRootInNewDocument().Decrypter.decryptDataToList(EncryptedData encryptedData, boolean rootInNewDocument) Decrypts the supplied EncryptedData and returns the resulting list of XMLObjects.Decrypter.decryptKey(EncryptedKey encryptedKey, String algorithm) Attempts to decrypt the supplied EncryptedKey and returns the resulting Java security Key object.Decrypter.decryptKey(EncryptedKey encryptedKey, String algorithm, Key kek) Decrypts the supplied EncryptedKey and returns the resulting Java security Key object.private DocumentFragmentDecrypter.parseInputStream(InputStream input, Document owningDocument) Parse the specified input stream in a DOM DocumentFragment, owned by the specified Document.protected voidDecrypter.preProcessEncryptedData(EncryptedData encryptedData, Key dataEncKey) Preprocess the EncryptedData.protected voidDecrypter.preProcessEncryptedKey(EncryptedKey encryptedKey, String algorithm, Key kek) Preprocess the EncryptedKey.protected voidDecrypter.validateAlgorithms(EncryptedData encryptedData) Validate the algorithms contained within anEncryptedData.protected voidDecrypter.validateAlgorithms(EncryptedKey encryptedKey) Validate the algorithms contained within anEncryptedKey.protected voidDecrypter.validateAlgorithmURI(String algorithmURI) Validate the supplied algorithm URI against the configured include and exclude lists.