[−][src]Struct fog_pack::Identity
A fog-pack Identity, which may be used for signature verification and encryption of data. This is a key for Ed25519 signing and encryption with Curve25519.
Implementations
impl Identity[src]
pub fn get_version(&self) -> u8[src]
Get the version of encryption used by this Identity.
pub fn len(&self) -> usize[src]
pub fn encode(&self, buf: &mut Vec<u8>)[src]
pub fn decode(buf: &mut &[u8]) -> Result<Identity, CryptoError>[src]
Trait Implementations
impl Clone for Identity[src]
impl Debug for Identity[src]
impl Eq for Identity[src]
impl From<Identity> for Value[src]
impl Hash for Identity[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<Identity> for Identity[src]
impl StructuralEq for Identity[src]
impl StructuralPartialEq for Identity[src]
Auto Trait Implementations
impl RefUnwindSafe for Identity
impl Send for Identity
impl Sync for Identity
impl Unpin for Identity
impl UnwindSafe for Identity
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,