DerReader.readInteger
ubyte[] readInteger()Reads a DER INTEGER and returns its raw content bytes (signed, big-endian).
Returns
The integer content bytes.
Throws
CryptoException if the next TLV is not an INTEGER.ubyte[] readInteger()Reads a DER INTEGER and returns its raw content bytes (signed, big-endian).
CryptoException if the next TLV is not an INTEGER.