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 ASN1/DER encoded datum from an input stream. The stream may have additional data following the encoded datum. In case of indefinite length encoded datum, the input stream must hold only one datum.
@param in the input stream holding a single DER datum, which may be followed by additional data