go1.20.5
GoThrough

asn1.BIT_STRING

// The following is a list of standard tag and class combinations. const BIT_STRING = Tag(3)

asn1.BOOLEAN

// The following is a list of standard tag and class combinations. const BOOLEAN = Tag(1)

asn1.ENUM

// The following is a list of standard tag and class combinations. const ENUM = Tag(10)

asn1.GeneralString

// The following is a list of standard tag and class combinations. const GeneralString = Tag(27)

asn1.GeneralizedTime

// The following is a list of standard tag and class combinations. const GeneralizedTime = Tag(24)

asn1.IA5String

// The following is a list of standard tag and class combinations. const IA5String = Tag(22)

asn1.INTEGER

// The following is a list of standard tag and class combinations. const INTEGER = Tag(2)

asn1.NULL

// The following is a list of standard tag and class combinations. const NULL = Tag(5)

asn1.OBJECT_IDENTIFIER

// The following is a list of standard tag and class combinations. const OBJECT_IDENTIFIER = Tag(6)

asn1.OCTET_STRING

// The following is a list of standard tag and class combinations. const OCTET_STRING = Tag(4)

asn1.PrintableString

// The following is a list of standard tag and class combinations. const PrintableString = Tag(19)

asn1.SEQUENCE

// The following is a list of standard tag and class combinations. const SEQUENCE = Tag(16 | classConstructed)

asn1.SET

// The following is a list of standard tag and class combinations. const SET = Tag(17 | classConstructed)

asn1.T61String

// The following is a list of standard tag and class combinations. const T61String = Tag(20)

asn1.UTCTime

// The following is a list of standard tag and class combinations. const UTCTime = Tag(23)

asn1.UTF8String

// The following is a list of standard tag and class combinations. const UTF8String = Tag(12)