pub trait PublicKey {
// Required methods
fn id(&self) -> &Url;
fn owner(&self) -> &Url;
fn public_key_pem(&self) -> &str;
}
Expand description
A type that represents a Public Key
Required Methods§
Sourcefn public_key_pem(&self) -> &str
fn public_key_pem(&self) -> &str
The Public Key’s pem-encoded value