BIT_STRING const #
The following is a list of standard tag and class combinations.
const BIT_STRING = *ast.CallExpr
The following is a list of standard tag and class combinations.
const BIT_STRING = *ast.CallExpr
The following is a list of standard tag and class combinations.
const BOOLEAN = *ast.CallExpr
The following is a list of standard tag and class combinations.
const ENUM = *ast.CallExpr
The following is a list of standard tag and class combinations.
const GeneralString = *ast.CallExpr
The following is a list of standard tag and class combinations.
const GeneralizedTime = *ast.CallExpr
The following is a list of standard tag and class combinations.
const IA5String = *ast.CallExpr
The following is a list of standard tag and class combinations.
const INTEGER = *ast.CallExpr
The following is a list of standard tag and class combinations.
const NULL = *ast.CallExpr
The following is a list of standard tag and class combinations.
const OBJECT_IDENTIFIER = *ast.CallExpr
The following is a list of standard tag and class combinations.
const OCTET_STRING = *ast.CallExpr
The following is a list of standard tag and class combinations.
const PrintableString = *ast.CallExpr
The following is a list of standard tag and class combinations.
const SEQUENCE = *ast.CallExpr
The following is a list of standard tag and class combinations.
const SET = *ast.CallExpr
The following is a list of standard tag and class combinations.
const T61String = *ast.CallExpr
The following is a list of standard tag and class combinations.
const UTCTime = *ast.CallExpr
The following is a list of standard tag and class combinations.
const UTF8String = *ast.CallExpr
const classConstructed = 0x20
const classContextSpecific = 0x80
Tag represents an ASN.1 identifier octet, consisting of a tag number (indicating a type) and class (such as context-specific or constructed). Methods in the cryptobyte package only support the low-tag-number form, i.e. a single identifier octet with bits 7-8 encoding the class and bits 1-6 encoding the tag number.
type Tag uint8
Constructed returns t with the constructed class bit set.
func (t Tag) Constructed() Tag
ContextSpecific returns t with the context-specific class bit set.
func (t Tag) ContextSpecific() Tag
Generated with Arrow