Uses of Class
org.opensaml.xmlsec.encryption.support.PreDecryptionValidationException
-
Packages that use PreDecryptionValidationException Package Description org.opensaml.xmlsec.encryption.support Functional support for XML Encryption. -
-
Uses of PreDecryptionValidationException in org.opensaml.xmlsec.encryption.support
Methods in org.opensaml.xmlsec.encryption.support that throw PreDecryptionValidationException Modifier and Type Method Description protected voidDefaultPreDecryptionValidator. performCommonValidation(EncryptedType encryptedType)Perform validation common to bothEncryptedDataandEncryptedKey.voidDefaultPreDecryptionValidator. validate(EncryptedData encryptedData)Validate an instance ofEncryptedData.voidDefaultPreDecryptionValidator. validate(EncryptedKey encryptedKey)Validate an instance ofEncryptedKey.voidPreDecryptionValidator. validate(EncryptedData encryptedData)Validate an instance ofEncryptedData.voidPreDecryptionValidator. validate(EncryptedKey encryptedKey)Validate an instance ofEncryptedKey.
-