botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
BERBadTag
botan
asn1
asn1_obj
Exception For Incorrect BER Taggings
class
BERBadTag :
BERDecodingError
{
this
(string str, ASN1Tag tag);
this
(string str, ASN1Tag tag1, ASN1Tag tag2);
}
Constructors
this
this
(string str, ASN1Tag tag)
Undocumented in source.
this
this
(string str, ASN1Tag tag1, ASN1Tag tag2)
Undocumented in source.
Meta
Source
See Implementation
botan
asn1
asn1_obj
classes
BERBadTag
BERDecodingError
enums
ASN1Tag
functions
maybeBER
putInSequence
interfaces
ASN1Object
structs
BERObject
Exception For Incorrect BER Taggings