Class Trust
java.lang.Object
com.predic8.membrane.core.config.security.Trust
- Description
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAlgorithm(String algorithm) voidsetCertificateList(List<Certificate> certificateList) voidsetCheckRevocation(String checkRevocation) TODO
-
Field Details
-
algorithm
-
checkRevocation
-
-
Constructor Details
-
Trust
public Trust()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getCertificateList
-
setCertificateList
- Parameters:
certificateList-- Description
- List of certificates
-
getAlgorithm
-
setAlgorithm
- Parameters:
algorithm-
-
getCheckRevocation
-
setCheckRevocation
TODO- Parameters:
checkRevocation-
-