[][src]Trait signatory::PublicKeyed

pub trait PublicKeyed<K: PublicKey>: Send + Sync {
    fn public_key(&self) -> Result<K, Error>;
}

Signers which know their public keys (to be implemented by Signatory providers)

Required methods

fn public_key(&self) -> Result<K, Error>

Public key which can verify signatures created by this signer

Loading content...

Implementors

Loading content...