OctetStringImpl.this

Create a new OctetString

  1. this(string hex_string)
  2. this(RandomNumberGenerator rng, size_t len)
  3. this(const(ubyte)* input, size_t len)
  4. this(Vector!(ubyte, ALLOC) input)
    struct OctetStringImpl
    public
    this
    (
    ALLOC
    )
    (
    auto const ref Vector!(ubyte, ALLOC) input
    )
  5. this(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input)

Parameters

input Vector!(ubyte, ALLOC)

a bytestring

Meta