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)
  5. this(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input)
    struct OctetStringImpl
    this
    (
    ALLOC
    )
    (
    auto const ref RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input
    )

Parameters

input RefCounted!(Vector!(ubyte, ALLOC), ALLOC)

a bytestring

Meta