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 string type DER value from a string object @param stringTag the tag for the DER value to create @param value the string object to use for the DER value