Trait rabe::utils::policy::dnf::PublicAttributeKey[][src]

pub trait PublicAttributeKey {
    fn _str(&self) -> String { ... }
fn _g1(&self) -> G1 { ... }
fn _g2(&self) -> G2 { ... }
fn _gt1(&self) -> Gt { ... }
fn _gt2(&self) -> Gt { ... } }

A generic Public Attribute Key (PKA) for the MKE08 scheme and the BDABE scheme

Provided methods

fn _str(&self) -> String[src]

fn _g1(&self) -> G1[src]

fn _g2(&self) -> G2[src]

fn _gt1(&self) -> Gt[src]

fn _gt2(&self) -> Gt[src]

Loading content...

Implementors

impl PublicAttributeKey for BdabePublicAttributeKey[src]

impl PublicAttributeKey for Mke08PublicAttributeKey[src]

Loading content...