CertificateSlot.setFromText()
Method
Declaration
CertificateSlotsetFromText
(
java.lang.String text,
java.lang.String password)
throws ConfigurationException
Purpose
Interpret a text string as certificate data, and put the certificate in this slot.
Remarks
This method returns the CertificateSlot object, so programs can conveniently chain additional method calls to the return value.
Parameter |
Description |
|
Use this text as encrypted certificate data. |
|
Decrypt the certificate data with this password. |
See Also
For the corresponding browser pages, see Certificate Uses in
.