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

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