Trait redact_crypto::key::HasPublicKey[][src]

pub trait HasPublicKey {
    type PublicKey: HasByteSource;
    fn public_key(&self) -> Result<Self::PublicKey, CryptoError>;
}

Associated Types

Required methods

Implementors