method
create
v2_6_3 -
Show latest stable
-
0 notes -
Class: PKCS12
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180 (0)
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- 2_1_10 (0)
- 2_2_9 (0)
- 2_4_6 (0)
- 2_5_5 (38)
- 2_6_3 (0)
- What's this?
create(p1, p2, p3, p4, p5 = v5, p6 = v6, p7 = v7, p8 = v8, p9 = v9, p10 = v10)
public
Parameters
-
pass - string
-
name - A string describing the key.
-
key - Any PKey.
-
cert - A X509::Certificate.
-
The public_key portion of the certificate must contain a valid public key.
-
The not_before and not_after fields must be filled in.
-
-
ca - An optional array of X509::Certificate’s.
-
key_pbe - string
-
cert_pbe - string
-
key_iter - integer
-
mac_iter - integer
-
keytype - An integer representing an MSIE specific extension.
Any optional arguments may be supplied as nil to preserve the OpenSSL defaults.
See the OpenSSL documentation for PKCS12_create().