ReasonFlags ::= BIT STRING { unused (0), keyCompromise (1), cACompromise (2), affiliationChanged (3), superseded (4), cessationOfOperation (5), certificateHold (6), privilegeWithdrawn (7), aACompromise (8) }
paramreasons - the bitwise OR of the Key Reason flags giving the allowed uses for the key. super(getBytes(reasons), getPadBits(reasons));
super(getBytes(reasons), getPadBits(reasons));
super(reasons.getBytes(), reasons.getPadBits());