Stores the public/private/additional certificates in the preferences
from a given PKCS 12 file.
public addFromPKCS12 ( string $pkcs12, string $password, string $pkpass = null, boolean $signkey = false ) | ||
$pkcs12 | string | The PKCS 12 data. |
$password | string | The password of the PKCS 12 file. |
$pkpass | string | The password to use to encrypt the private key. |
$signkey | boolean | Is this the secondary key for signing? |