Interface XMLEncryptionUtil.DecryptionKeyLocator
-
- Enclosing class:
- XMLEncryptionUtil
public static interface XMLEncryptionUtil.DecryptionKeyLocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PrivateKey>getKeys(org.apache.xml.security.encryption.EncryptedData encryptedData)Provides a list of private keys that are suitable for decrypting the givenencryptedData.
-
-
-
Method Detail
-
getKeys
List<PrivateKey> getKeys(org.apache.xml.security.encryption.EncryptedData encryptedData)
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
-
-