[][src]Struct krill::daemon::ca::OldKey

pub struct OldKey { /* fields omitted */ }

Methods

impl OldKey[src]

pub fn new(key: CertifiedKey, revoke_req: RevocationRequest) -> Self[src]

pub fn key(&self) -> &CertifiedKey[src]

pub fn revoke_req(&self) -> &RevocationRequest[src]

Methods from Deref<Target = CertifiedKey>

pub fn as_info(&self) -> CertifiedKeyInfo[src]

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

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

pub fn set_incoming_cert(&mut self, incoming_cert: RcvdCert)[src]

pub fn current_set(&self) -> &CurrentObjectSet[src]

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

pub fn add_request(&mut self, req: IssuanceRequest)[src]

pub fn wants_update(
    &self,
    new_resources: &ResourceSet,
    new_not_after: Time
) -> bool
[src]

pub fn close_to_next_update(&self) -> bool[src]

pub fn apply_delta(&mut self, delta: CurrentObjectSetDelta)[src]

Trait Implementations

impl Clone for OldKey[src]

impl Eq for OldKey[src]

impl PartialEq<OldKey> for OldKey[src]

impl Deref for OldKey[src]

type Target = CertifiedKey

The resulting type after dereferencing.

impl DerefMut for OldKey[src]

impl Debug for OldKey[src]

impl StructuralPartialEq for OldKey[src]

impl StructuralEq for OldKey[src]

impl Serialize for OldKey[src]

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

Auto Trait Implementations

impl Send for OldKey

impl Sync for OldKey

impl Unpin for OldKey

impl UnwindSafe for OldKey

impl RefUnwindSafe for OldKey

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