[][src]Struct irmaseal_core::PublicKey

pub struct PublicKey(_);

An IRMAseal public key for a system, as generated by the Private Key Generator (PKG).

Methods

impl PublicKey[src]

pub fn from_base64(s: &str) -> Option<Self>[src]

Trait Implementations

impl From<PublicKey> for PublicKey[src]

impl Serialize for PublicKey[src]

Serialize to a base64 encoded waters byte representation.

impl<'de> Deserialize<'de> for PublicKey[src]

Deserialize from a base64 encoded waters byte representation.

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,