Interface DecryptionConfiguration
- All Superinterfaces:
AlgorithmPolicyConfiguration
- All Known Implementing Classes:
BasicDecryptionConfiguration
The configuration information to use when decrypting JWEs.
- Since:
- 2.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
AlgorithmPolicyConfiguration.Precedence -
Method Summary
Modifier and TypeMethodDescriptionGet the CredentialResolver to use when processing the encrypted content.Get the CredentialResolver to use when processing the EncryptedKey (the Key Encryption Key or KEK).Methods inherited from interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
getExcludedAlgorithms, getIncludedAlgorithms, getIncludeExcludePrecedence, isExcludeMerge, isIncludeMerge
-
Method Details
-
getContentEncryptionKeyCredentialResolver
Get the CredentialResolver to use when processing the encrypted content.- Returns:
- the KeyInfoCredentialResolver instance
-
getKEKCredentialResolver
Get the CredentialResolver to use when processing the EncryptedKey (the Key Encryption Key or KEK).- Returns:
- the CredentialResolver instance
-