#[repr(u8)]
pub enum DerTag {
EndOfContent,
Boolean,
Integer,
BitString,
OctetString,
Null,
Oid,
ObjDescriptor,
External,
RealType,
Enumerated,
EmbeddedPdv,
Utf8String,
RdvOid,
Sequence,
Set,
NumericString,
PrintableString,
T61String,
Ia5String,
UtcTime,
GeneralizedTime,
GeneralString,
BmpString,
Invalid,
}
Defined in X.680 section 8.4
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.