Documentation for this section has not yet been entered.
Returns the KeyUsage extension as a boolean array.
The ASN.1 definition of KeyUsage:
java Example
KeyUsage ::= BIT STRING {
digitalSignature (0),
nonRepudiation (1),
keyEncipherment (2),
dataEncipherment (3),
keyAgreement (4),
keyCertSign (5),
cRLSign (6),
encipherOnly (7),
decipherOnly (8) }