[][src]Trait did_key::DIDCore

pub trait DIDCore {
    pub fn to_verification_method(&self, controller: &str) -> VerificationMethod;
pub fn get_did_document(&self) -> Document;
pub fn get_fingerprint(&self) -> String; }

Required methods

pub fn to_verification_method(&self, controller: &str) -> VerificationMethod[src]

pub fn get_did_document(&self) -> Document[src]

pub fn get_fingerprint(&self) -> String[src]

Loading content...

Implementors

impl DIDCore for Ed25519KeyPair[src]

impl DIDCore for X25519KeyPair[src]

Loading content...