Creates a CERElement from the supplied bytes, inferring that the first
byte is the type tag. Unlike the construct that accepts a ubyte[]
reference, this constructor does not "chomp" the array. This constructor
expects the encoded bytes to encode only one $(CERElement). If there are
any remaining bytes after decoding, an exception is thrown.
Creates a CERElement from the supplied bytes, inferring that the first byte is the type tag. Unlike the construct that accepts a ubyte[] reference, this constructor does not "chomp" the array. This constructor expects the encoded bytes to encode only one $(CERElement). If there are any remaining bytes after decoding, an exception is thrown.