Struct tcp_stream::OwnedIdentity [−][src]
Expand description
Holds PKCS#12 DER-encoded identity and decryption password
Fields
der: Vec<u8>
PKCS#12 DER-encoded identity
password: String
Decryption password
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.