DerValue.this
- this(string value)
- this(byte stringTag, string value)
- this(byte tag, byte[] data, bool allowBER)
- this(byte tag, byte[] data)
- this(byte[] buf, bool allowBER)
- this(byte[] buf)
- this(byte[] buf, int offset, int len, bool allowBER)
- this(byte[] buf, int offset, int len)
- this(InputStream inputStream, bool allowBER)
- this(InputStream inputStream)
hunt security util DerValue DerValue
constructorsfunctionsstatic functionsvariables
Get an ASN.1/DER encoded datum from part of a buffer. That part of the buffer must hold exactly one datum, including its tag and length.
@param buf the buffer @param offset start point of the single DER-encoded dataum @param length how many bytes are in the encoded datum