Lines Matching defs:from_str
342 pub fn from_str(s: &str) -> Result<Asn1Time, ErrorStack> {
686 pub fn from_str(txt: &str) -> Result<Asn1Object, ErrorStack> {
800 Asn1Time::from_str("99991231235959Z").unwrap();
814 let a = Asn1Time::from_str("99991231235959Z").unwrap();
815 let b = Asn1Time::from_str("99991231235959Z").unwrap();
816 let c = Asn1Time::from_str("99991231235958Z").unwrap();
833 let a = Asn1Time::from_str("99991231235959Z").unwrap();
834 let b = Asn1Time::from_str("99991231235959Z").unwrap();
835 let c = Asn1Time::from_str("99991231235958Z").unwrap();
884 let object = Asn1Object::from_str("2.16.840.1.101.3.4.2.1").unwrap();
890 Asn1Object::from_str("NOT AN OID")
898 let object = Asn1Object::from_str("2.16.840.1.101.3.4.2.1").unwrap();