Struct indy_crypto::cl::CredentialRevocationPublicKey[][src]

pub struct CredentialRevocationPublicKey { /* fields omitted */ }

Revocation Public Key is used to verify that credential was'nt revoked by Issuer.

Trait Implementations

impl Debug for CredentialRevocationPublicKey
[src]

Formats the value using the given formatter. Read more

impl Clone for CredentialRevocationPublicKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CredentialRevocationPublicKey
[src]

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

This method tests for !=.

Auto Trait Implementations