I'll lower the logging level.
Ax/
Vishal Mahajan wrote:
The XMLCipher.loadEncryptedKey(Document, Element) has a very high
logging level. If the _cipherMode is not in UNWRAP_MODE or
DECRYPT_MODE an error is logged, something like:
"XMLCipher unexpectedly not in UNWRAP_MODE or DECRYPT_MODE..
The XMLCipher.loadEncryptedKey(Document, Element) has a very high
logging level. If the _cipherMode is not in UNWRAP_MODE or DECRYPT_MODE
an error is logged, something like:
"XMLCipher unexpectedly not in UNWRAP_MODE or DECRYPT_MODE..."
I think this is not OK as loadEncryptedKey() is a like