pub type Microseconds = IntegerAsn1;
RFC 4120 5.2.4
Microseconds ::= INTEGER (0..999999)
pub struct Microseconds(pub Vec<u8>);
0: Vec<u8>