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