der_parser::ber::compatType Alias BerClass
Source pub type BerClass = Class;
enum BerClass {
Universal = 0,
Application = 1,
ContextSpecific = 2,
Private = 3,
}
Universal
class of tags (0b00
)
Application
class of tags (0b01
)
Context-Specific
class of tags (0b10
)
Private
class of tags (0b11
)