MIB Viewer

rdEncryptAlgoMode

OBJECT-TYPE
1.3.6.1.4.1.3373.1103.96.2.1.5
Access
read-create
Status
current
Sub-identifiers
0
AES encryption/decryption algorithm can be implemented in five modes. The modes may be used in conjunction with any symmetric key block cipher algorithm that is approved by a Federal Information Processing Standard (FIPS). The five modes are: - Electronic Codebook (ECB) - Cipher Block Chaining (CBC) - Cipher Feedback (CFB), - Output Feedback (OFB), - and Counter (CTR) Agents can accept only a subset of AES modes.
INTEGER { aesModeElectronicCodebook (1), aesModeCipherBlockChaining (2), aesModeCipherFeedback (3), aesModeOutputFeedback (4), aesModeCounter (5) }