User.addCertificateFromPKCS12File()
Method
Declaration
UserCertificateaddCertificateFromPKCS12File
(
java.lang.String pathname,
java.lang.String password)
throws ConfigurationException
Purpose
Read user certificate data from a PKCS #12 file.
Parameter |
Description |
|
Read certificate data from this file. The file must contain a public certificate in PKCS #12 format. |
|
Supply a password to decode the PKCS #12 file. |
See Also
For the corresponding browser page, see Existing Users in
For background information, see Users in
.