Struct indy_crypto::cl::IssuerPublicKey [] [src]

pub struct IssuerPublicKey { /* fields omitted */ }

Issuer Public Key contains 2 internal parts. One for signing primary claims and second for signing non-revocation claims. These keys are used to proof that claim was issued and doesn’t revoked by this issuer. Issuer keys have global identifier that must be known to all parties.

Methods

impl IssuerPublicKey
[src]

Trait Implementations

impl Debug for IssuerPublicKey
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IssuerPublicKey
[src]

[src]

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

[src]

This method tests for !=.

impl JsonEncodable for IssuerPublicKey
[src]

impl<'a> JsonDecodable<'a> for IssuerPublicKey
[src]

[src]