Struct indy_crypto::cl::RevocationRegistryPublic [] [src]

pub struct RevocationRegistryPublic { /* fields omitted */ }

Revocation Registry Public contain revocation keys, accumulator and accumulator tails. Must be shared by Issuer in trusted place Can be used to proof that concrete claim wasn’t revoked.

Methods

impl RevocationRegistryPublic
[src]

Trait Implementations

impl Debug for RevocationRegistryPublic
[src]

[src]

Formats the value using the given formatter.

impl Clone for RevocationRegistryPublic
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl JsonEncodable for RevocationRegistryPublic
[src]

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

[src]