Docs.rs
tls-decrypt-0.1.3
tls-decrypt 0.1.3
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
hahastrong
Dependencies
openssl ^0.10.64
normal
hex ^0.4.3
dev
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tls_
decrypt
0.1.3
Decryptor
Required Methods
decrypt
Implementors
In tls_
decrypt::
decrypt
tls_decrypt
::
decrypt
Trait
Decryptor
Copy item path
Source
pub trait Decryptor { // Required method fn
decrypt
(&self, data: &[
u8
]) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
§
Source
fn
decrypt
(&self, data: &[
u8
]) ->
Vec
<
u8
>
ⓘ
Implementors
§
Source
§
impl
Decryptor
for
AesCbc128Sha256Decryptor
Source
§
impl
Decryptor
for
AesGCM128Sha256Decryptor