kubernetes/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go

type Tag

const classConstructed

const classContextSpecific

// 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 {}

const BOOLEAN

const INTEGER

const BIT_STRING

const OCTET_STRING

const NULL

const OBJECT_IDENTIFIER

const ENUM

const UTF8String

const SEQUENCE

const SET

const PrintableString

const T61String

const IA5String

const UTCTime

const GeneralizedTime

const GeneralString