Crypto Service Operation Notifications
Provides a comprehensive list of operation notifications sent from the Crypto Service Module.
- DecryptDone
Activity completed decrypting the content. - DecryptStarted
Activity started decrypting the content. - EncryptDone
Activity completed encrypting the content. - EncryptStarted
Activity started encrypting the content. - FoundPrivateKey
Crypto Service was successfully able to read the private key from the java key store. - FoundPublicKey
Crypto Service was successfully able to read the public key from the java key store. - IOException
Activity could not read or write to one of the Input / Output files. - InputEntryCount
Activity successfully filtered specified number of entries. - IntegrityCheckFailed
Message failed integrity check. - IntegrityCheckPassed
Message passed integrity check. - InvalidAlgorithm
Activity could not find key because of invalid algorithm. - InvalidContent
The input content cannot be empty. - InvalidDateFormat
The date format is not valid. Enter date in dd-MM-yyyy format - InvalidFormat
Activity could not complete due invalid crypto format. - InvalidKeyOrPwd
Activity could not find a specified key handle in the java keystore with provided name and password. - InvalidKeyStore
Activity could not find a specified entry in key store. - InvalidKeyhandle
The input keyhandle cannot be empty. - InvalidPassword
The input password cannot be empty. - KeystoreEntryExpired
Activity found specified entry in key store, but its expired. - NoIntegrityCheck
No Message integrity check. - PGPException
PGP Exception.
Parent topic: Crypto Service Module