| Package | Description |
|---|---|
| psiprobe.controllers.certificates |
Psi-Probe Controllers Certificates Package.
|
| psiprobe.model.certificates |
Psi-Probe Model Certificates Package.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cert> |
ListCertificatesController.getCertificates(String storeType,
String storeFile,
String storePassword)
Gets the certificates.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cert> |
CertificateInfo.getKeyStoreCerts()
Gets the key store certs.
|
List<Cert> |
SslHostConfigInfo.getTrustStoreCerts()
Gets the trust store certs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateInfo.setKeyStoreCerts(List<Cert> keyStoreCerts)
Sets the key store certs.
|
void |
SslHostConfigInfo.setTrustStoreCerts(List<Cert> trustStoreCerts)
Sets the trust store certs.
|
Copyright © 2009–2020 psi-probe. All rights reserved.