ReasonFlags ::= BIT STRING { unused(0), keyCompromise(1), cACompromise(2), affiliationChanged(3), superseded(4), cessationOfOperation(5), certficateHold(6) }
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());