BER Decoder
- License
- Botan is released under the Simplified BSD License (see LICENSE.md)
BER Decoding Object
ref BERDecoder decodeList(T, Alloc)(auto ref RefCounted!(Vector!(T, Alloc), Alloc) vec, ASN1Tag type_tag = ASN1Tag.SEQUENCE, ASN1Tag class_tag = ASN1Tag.UNIVERSAL);
this(T, ALLOC)(auto ref const RefCounted!(Vector!(T, ALLOC), ALLOC) data);