[][src]Struct krill::commons::remote::id::IdExtensions

pub struct IdExtensions { /* fields omitted */ }

Methods

impl IdExtensions[src]

pub fn take_from<S: Source>(cons: &mut Constructed<S>) -> Result<Self, S::Err>[src]

impl IdExtensions[src]

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

impl IdExtensions[src]

pub fn for_id_ta_cert(key: &PublicKey) -> Self[src]

Creates extensions to be used on a self-signed TA IdCert

pub fn for_id_ee_cert(subject_key: &PublicKey, issuing_key: &PublicKey) -> Self[src]

Creates extensions to be used on an EE IdCert in a protocol CMS

impl IdExtensions[src]

Trait Implementations

impl Clone for IdExtensions[src]

impl Eq for IdExtensions[src]

impl PartialEq<IdExtensions> for IdExtensions[src]

impl Debug for IdExtensions[src]

impl StructuralPartialEq for IdExtensions[src]

impl StructuralEq for IdExtensions[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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 = !

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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