Struct indy_crypto::cl::RevocationKeyPrivate[][src]

pub struct RevocationKeyPrivate { /* fields omitted */ }

Revocation Key Private Accumulator primate key.

Trait Implementations

impl Debug for RevocationKeyPrivate
[src]

Formats the value using the given formatter. Read more

impl JsonEncodable for RevocationKeyPrivate
[src]

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

Auto Trait Implementations