Searched defs:Asn1Object (Results 1 – 3 of 3) sorted by relevance
678 impl Stackable for Asn1Object { implementation682 impl Asn1Object { implementation686 pub fn from_str(txt: &str) -> Result<Asn1Object, ErrorStack> { in from_str()
521 pub fn other_name2(&mut self, oid: Asn1Object, content: &[u8]) -> &mut SubjectAlternativeName { in other_name2()
2059 oid: Asn1Object, in new_other_name()