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
Creates a DerValue from a tag and some DER-encoded data.
@param tag the DER type tag @param data the DER-encoded data