pub type BerClass = Class;
Available on crate feature
mtls
only.Aliased Type§
enum BerClass {
Universal = 0,
Application = 1,
ContextSpecific = 2,
Private = 3,
}
Variants§
Universal = 0
Universal
class of tags (0b00
)
Application = 1
Application
class of tags (0b01
)
ContextSpecific = 2
Context-Specific
class of tags (0b10
)
Private = 3
Private
class of tags (0b11
)