Searched defs:Asn1Integer (Results 1 – 3 of 3) sorted by relevance
502 impl Asn1Integer { implementation515 impl Ord for Asn1Integer { implementation520 impl PartialOrd for Asn1Integer { implementation525 impl Eq for Asn1Integer {} implementation526 impl PartialEq for Asn1Integer { implementation559 pub fn to_owned(&self) -> Result<Asn1Integer, ErrorStack> { in to_owned()
894 pub fn to_asn1_integer(&self) -> Result<Asn1Integer, ErrorStack> { in to_asn1_integer()
35 public class Asn1Integer extends Asn1Object { class