[][src]Struct krill::commons::api::CertifiedKeyInfo

pub struct CertifiedKeyInfo { /* fields omitted */ }

Describes a Key that is certified. I.e. it received an incoming certificate and has at least a MFT and CRL.

Methods

impl CertifiedKeyInfo[src]

pub fn new(key_id: KeyIdentifier, incoming_cert: RcvdCert) -> Self[src]

pub fn key_id(&self) -> &KeyIdentifier[src]

pub fn incoming_cert(&self) -> &RcvdCert[src]

pub fn request(&self) -> Option<&IssuanceRequest>[src]

Trait Implementations

impl Clone for CertifiedKeyInfo[src]

impl Eq for CertifiedKeyInfo[src]

impl PartialEq<CertifiedKeyInfo> for CertifiedKeyInfo[src]

impl Debug for CertifiedKeyInfo[src]

impl StructuralPartialEq for CertifiedKeyInfo[src]

impl StructuralEq for CertifiedKeyInfo[src]

impl Serialize for CertifiedKeyInfo[src]

impl<'de> Deserialize<'de> for CertifiedKeyInfo[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<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[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