OID value: 1.3.6.1.4.1.188.7.1.1.3
OID description:
IDEA in cipher feedback mode
ideaCFB ALGORITHM ::= {
IdeaCFBPar
IDENTIFIED BY as-sys-sec-alg-ideaCFB }
IdeaCFBPar ::= SEQUENCE {
r [0] INTEGER DEFAULT 64,
k [1] INTEGER DEFAULT 64,
j [2] INTEGER DEFAULT 64,
iv [3] OCTET STRING OPTIONAL
-- If present, indicates the initial vector to be used. In this
-- case, the cyphertext does not include the initial vector.
-- If absent, the first 64 Bits of the cyphertext have to be taken
-- as the initial vector.
}
-- EXPLICIT TAGS --
as-sys-sec-alg-ideaCFB OBJECT IDENTIFIER ::= { 1 3 6 1 4 1 188 7 1 1 3 }
URL for further info: http://www.ascom.ch/systec/idea.html