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 a buffer. The entire buffer must hold exactly one datum, including its tag and length.
@param buf buffer holding a single DER-encoded datum.