- Enclosing interface:
- PemKeyCertConfig
public static interface PemKeyCertConfig.KeyCertConfig
-
Method Summary
The path to the certificate file (in PEM format).
The path to the key file (in PEM format: PKCS#8, PKCS#1 or encrypted PKCS#8).
When the key is encrypted (encrypted PKCS#8), the password to decrypt it.
-
Method Details
-
key
The path to the key file (in PEM format: PKCS#8, PKCS#1 or encrypted PKCS#8).
-
cert
The path to the certificate file (in PEM format).
-
password
When the key is encrypted (encrypted PKCS#8), the password to decrypt it.