Struct openssl::symm::Cipher [] [src]

pub struct Cipher(_);

Methods

impl Cipher
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Returns the length of keys used with this cipher.

[src]

Returns the length of the IV used with this cipher, or None if the cipher does not use an IV.

[src]

Returns the block size of the cipher.

Note

Stream ciphers such as RC4 have a block size of 1.

Trait Implementations

impl Copy for Cipher
[src]

impl Clone for Cipher
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more