public class Trust extends Object
Allows to insert one or more PEM blocks containing the certificates to be trusted directly into the proxies.xml file.
This is an alternative for TrustStore.
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected String |
checkRevocation |
| Constructor and Description |
|---|
Trust() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm() |
List<Certificate> |
getCertificateList() |
String |
getCheckRevocation() |
void |
setAlgorithm(String algorithm) |
void |
setCertificateList(List<Certificate> certificateList) |
void |
setCheckRevocation(String checkRevocation) |
public List<Certificate> getCertificateList()
public void setCertificateList(List<Certificate> certificateList)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getCheckRevocation()
public void setCheckRevocation(String checkRevocation)
Copyright © 2021. All Rights Reserved.