[−][src]Trait did_key::DIDCore
Required methods
pub fn to_verification_method(
&self,
controller: &str
) -> Vec<VerificationMethod>[src]
&self,
controller: &str
) -> Vec<VerificationMethod>
pub fn get_did_document(&self) -> Document[src]
pub fn get_fingerprint(&self) -> String[src]
Implementors
impl DIDCore for Bls12381KeyPair[src]
pub fn to_verification_method(
&self,
controller: &str
) -> Vec<VerificationMethod>[src]
&self,
controller: &str
) -> Vec<VerificationMethod>
pub fn get_did_document(&self) -> Document[src]
pub fn get_fingerprint(&self) -> String[src]
impl DIDCore for Ed25519KeyPair[src]
pub fn get_fingerprint(&self) -> String[src]
pub fn to_verification_method(
&self,
controller: &str
) -> Vec<VerificationMethod>[src]
&self,
controller: &str
) -> Vec<VerificationMethod>
pub fn get_did_document(&self) -> Document[src]
impl DIDCore for Secp256k1KeyPair[src]
pub fn to_verification_method(
&self,
controller: &str
) -> Vec<VerificationMethod>[src]
&self,
controller: &str
) -> Vec<VerificationMethod>
pub fn get_did_document(&self) -> Document[src]
pub fn get_fingerprint(&self) -> String[src]
impl DIDCore for X25519KeyPair[src]
pub fn to_verification_method(
&self,
controller: &str
) -> Vec<VerificationMethod>[src]
&self,
controller: &str
) -> Vec<VerificationMethod>