tlspuffin
0.1.0
Message
Cipher
Pair
In tlspuffin::
tls::
rustls::
tls12
Type Alias
tlspuffin
::
tls
::
rustls
::
tls12
::
MessageCipherPair
Copy item path
source
ยท
[
−
]
type MessageCipherPair = (
Box
<dyn
MessageDecrypter
>,
Box
<dyn
MessageEncrypter
>);