quantcrypt::content

Trait CertificateStore

source
pub trait CertificateStore {
    // Required method
    fn find(&self, ri: RecipientIdentifier) -> Option<Certificate>;
}
Expand description

Certificate store trait

Required Methods§

source

fn find(&self, ri: RecipientIdentifier) -> Option<Certificate>

Find a certificate by recipient identifier.

Implementors§