Struct test_cert_gen::Pkcs12AndPassword [−][src]
Expand description
Pair of PKCS #12 and password.
Fields
pkcs12: Pkcs12PKCS #12 file, typically containing a certificate and private key.
password: StringPassword for the file.