[][src]Struct rpki::roa::Roa

pub struct Roa { /* fields omitted */ }

Methods

impl Roa[src]

pub fn decode<S: Source>(source: S, strict: bool) -> Result<Self, S::Err>[src]

pub fn process<F>(
    self,
    issuer: &ResourceCert,
    strict: bool,
    check_crl: F
) -> Result<RouteOriginAttestation, ValidationError> where
    F: FnOnce(&Cert) -> Result<(), ValidationError>, 
[src]

pub fn encode_ref<'a>(&'a self) -> impl Values + 'a[src]

Returns a value encoder for a reference to a ROA.

pub fn to_captured(&self) -> Captured[src]

Returns a DER encoded Captured for this.

pub fn cert(&self) -> &Cert[src]

Returns a reference to the EE certificate of this manifest.

Trait Implementations

impl Clone for Roa[src]

impl Debug for Roa[src]

impl Serialize for Roa[src]

impl<'de> Deserialize<'de> for Roa[src]

Auto Trait Implementations

impl Send for Roa

impl Sync for Roa

impl Unpin for Roa

impl UnwindSafe for Roa

impl RefUnwindSafe for Roa

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]