NetscapeCertType ::= BIT STRING { SSLClient (0), SSLServer (1), S/MIME (2), Object Signing (3), Reserved (4), SSL CA (5), S/MIME CA (6), Object Signing CA (7) }
Basic constructor.paramusage - the bitwise OR of the Key Usage flags giving the allowed uses for the key. e.g. (X509NetscapeCertType.sslCA | X509NetscapeCertType.smimeCA) super(getBytes(usage), getPadBits(usage));
super(getBytes(usage), getPadBits(usage));
super(usage.getBytes(), usage.getPadBits());
return "NetscapeCertType: 0x" + Integer.toHexString(data[0] & 0xff);