Struct indy_crypto::cl::CredentialPrimaryPublicKey[][src]

pub struct CredentialPrimaryPublicKey { /* fields omitted */ }

Issuer's "Public Key" is used to verify the Issuer's signature over the Credential's attributes' values (primary credential).

Methods

impl CredentialPrimaryPublicKey
[src]

Trait Implementations

impl Debug for CredentialPrimaryPublicKey
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CredentialPrimaryPublicKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Deserialize<'a> for CredentialPrimaryPublicKey
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations