[][src]Trait red_asn1::Asn1Int

pub trait Asn1Int: Sized + Default {
    pub fn build_int_value(&self) -> Vec<u8>;
pub fn parse_int_value(raw: &[u8]) -> Result<Self>; }

A trait to identify types that are ASN.1 integers

Required methods

pub fn build_int_value(&self) -> Vec<u8>[src]

pub fn parse_int_value(raw: &[u8]) -> Result<Self>[src]

Loading content...

Implementations on Foreign Types

impl Asn1Int for i128[src]

impl Asn1Int for i16[src]

impl Asn1Int for i32[src]

impl Asn1Int for i64[src]

impl Asn1Int for u32[src]

Loading content...

Implementors

Loading content...