Uses of Interface
org.opensaml.xmlsec.encryption.support.PreDecryptionValidator
-
Packages that use PreDecryptionValidator Package Description org.opensaml.xmlsec.encryption.support Functional support for XML Encryption. -
-
Uses of PreDecryptionValidator in org.opensaml.xmlsec.encryption.support
Classes in org.opensaml.xmlsec.encryption.support that implement PreDecryptionValidator Modifier and Type Class Description classDefaultPreDecryptionValidatorDefault implementation ofPreDecryptionValidator.Fields in org.opensaml.xmlsec.encryption.support declared as PreDecryptionValidator Modifier and Type Field Description private PreDecryptionValidatorDecrypter. preDecryptionValidatorThe pre-decryption validator instance.Methods in org.opensaml.xmlsec.encryption.support that return PreDecryptionValidator Modifier and Type Method Description (package private) PreDecryptionValidatorDecrypter. getPreDecryptionValidator()Get the instance ofPreDecryptionValidator.Methods in org.opensaml.xmlsec.encryption.support with parameters of type PreDecryptionValidator Modifier and Type Method Description voidDecrypter. setPreDecryptionValidator(PreDecryptionValidator validator)Set the instance ofPreDecryptionValidator.
-