[][src]Enum ethereum_rust_utils::keystore::Cipher

pub enum Cipher {
    Aes128Ctr,
}

Cipher type

Variants

AES-CTR (specified in (RFC 3686)[https://tools.ietf.org/html/rfc3686])

Methods

impl Cipher
[src]

Encrypt given text with provided key and initial vector

Trait Implementations

impl Clone for Cipher
[src]

Performs copy-assignment from source. Read more

impl Copy for Cipher
[src]

impl Eq for Cipher
[src]

impl Default for Cipher
[src]

impl PartialEq<Cipher> for Cipher
[src]

This method tests for !=.

impl Debug for Cipher
[src]

impl Display for Cipher
[src]

impl FromStr for Cipher
[src]

The associated error which can be returned from parsing.

impl Serialize for Cipher
[src]

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

Auto Trait Implementations

impl Send for Cipher

impl Sync for Cipher

Blanket Implementations

impl<T> From for T
[src]

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

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T> Same for T

Should always be Self

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

impl<T> Erased for T

impl<Q, K> Equivalent for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]