Crypto Service Module
The Crypto Service Module provides activities that allow encrypting and decrypting the binary content. This section contains details for the messages delivered from the Crypto Service Module.
This topic provides the MIB Name and MIB OID information, in addition to high-level details about each notification in the Crypto Service Module.
MIB Name : CASTIRON-COMP-CRYPTOSERVICE-MIB
MIB OID : .1.3.6.1.4.1.13336.2.2.3.26
The following table provides an alphabetical list of all notifications that can be issued by the Crypto Service Module.
Notification | Level | System | Description |
---|---|---|---|
DecryptDone | Info | Orchestration | Activity completed decrypting the content. |
DecryptStarted | Info | Orchestration | Activity started decrypting the content. |
EncryptDone | Info | Orchestration | Activity completed encrypting the content. |
EncryptStarted | Info | Orchestration | Activity started encrypting the content. |
FoundPrivateKey | Info | Orchestration | Crypto Service was successfully able to read the private key from the java key store. |
FoundPublicKey | Info | Orchestration | Crypto Service was successfully able to read the public key from the java key store. |
IOException | Severe | Orchestration | Activity could not read or write to one of the Input / Output files. |
InputEntryCount | Info | Orchestration | Activity successfully filtered specified number of entries. |
IntegrityCheckFailed | Info | Orchestration | Message failed integrity check. |
IntegrityCheckPassed | Info | Orchestration | Message passed integrity check. |
InvalidAlgorithm | Severe | Orchestration | Activity could not find key because of invalid algorithm. |
InvalidContent | Severe | Orchestration | The input content cannot be empty. |
InvalidDateFormat | Severe | Orchestration | The date format is not valid. Enter date in dd-MM-yyyy format |
InvalidFormat | Severe | Orchestration | Activity could not complete due invalid crypto format. |
InvalidKeyOrPwd | Severe | Orchestration | Activity could not find a specified key handle in the java keystore with provided name and password. |
InvalidKeyStore | Severe | Orchestration | Activity could not find a specified entry in key store. |
InvalidKeyhandle | Severe | Orchestration | The input keyhandle cannot be empty. |
InvalidPassword | Severe | Orchestration | The input password cannot be empty. |
NoIntegrityCheck | Info | Orchestration | No Message integrity check. |
PGPException | Severe | Orchestration | PGP Exception. |