Interface XMLEncryptionUtil.DecryptionKeyLocator
- All Known Implementing Classes:
SAMLDecryptionKeysLocator
- Enclosing class:
- XMLEncryptionUtil
public static interface XMLEncryptionUtil.DecryptionKeyLocator
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys
(org.apache.xml.security.encryption.EncryptedData encryptedData) Provides a list of private keys that are suitable for decrypting the givenencryptedData
.
-
Method Details
-
getKeys
Provides a list of private keys that are suitable for decrypting the givenencryptedData
.- Parameters:
encryptedData
- data that need to be decrypted- Returns:
- a list of private keys
-