pub type SubjectKeyIdentifier = OctetStringAsn1;
RFC 5280 #4.2.1.2
struct SubjectKeyIdentifier(pub Vec<u8>);
0: Vec<u8>