[][src]Struct security_framework::os::macos::encrypt_transform::Builder

pub struct Builder { /* fields omitted */ }

A builder for encryption and decryption transform operations.

Methods

impl Builder
[src]

Creates a new Builder with a default configuration.

Selects the padding scheme to use.

If not set, an appropriate scheme will be selected for you.

Selects the encryption mode to use.

If not set, an appropriate mode will be selected for you.

Sets the initialization vector to use.

If not set, an appropriate value will be supplied for you.

Encrypts data with a provided key.

Decrypts data with a provided key.

Trait Implementations

impl Default for Builder
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Builder

impl !Sync for Builder

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

Performs the conversion.

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.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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.

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

Performs the conversion.

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

Mutably borrows from an owned value. Read more

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

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

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more