enum Matter::Codec::DERCodec::Type
Defined in:
matter/codec/der_codec.crEnum Members
-
Boolean =
1_u8
-
UnsignedInt =
2_u8
-
BitString =
3_u8
-
OctetString =
4_u8
-
ObjectIdentifier =
6_u8
-
UTF8String =
12_u8
-
Sequence =
16_u8
-
Set =
17_u8
-
UtcDate =
23_u8
Instance Method Summary
- #bit_string?
- #boolean?
- #object_identifier?
- #octet_string?
- #sequence?
- #set?
- #unsigned_int?
- #utc_date?
- #utf8_string?