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