Trait did_key::DIDCore [−][src]
pub trait DIDCore {
fn get_verification_methods(
&self,
config: Config,
controller: &str
) -> Vec<VerificationMethod>;
fn get_did_document(&self, config: Config) -> Document;
}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]
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]
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]
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]
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]
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]
impl DIDCore for X25519KeyPair[src]fn get_verification_methods(
&self,
config: Config,
controller: &str
) -> Vec<VerificationMethod>[src]
&self,
config: Config,
controller: &str
) -> Vec<VerificationMethod>