[][src]Trait did_key::DIDCore

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

Required methods

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

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

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

Loading content...

Implementors

impl DIDCore for Bls12381KeyPair[src]

impl DIDCore for Ed25519KeyPair[src]

impl DIDCore for Secp256k1KeyPair[src]

impl DIDCore for X25519KeyPair[src]

Loading content...