Uses of Class
org.opensaml.xmlsec.encryption.support.PreDecryptionValidationException
Packages that use PreDecryptionValidationException
-
Uses of PreDecryptionValidationException in org.opensaml.xmlsec.encryption.support
Methods in org.opensaml.xmlsec.encryption.support that throw PreDecryptionValidationExceptionModifier and TypeMethodDescriptionprotected 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.