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 given encryptedData.
    • 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 given encryptedData.
        Parameters:
        encryptedData - data that need to be decrypted
        Returns:
        a list of private keys