Class TLSCertificates
java.lang.Object
eu.europa.esig.dss.model.tls.TLSCertificates
This class represents information obtained from a remote server as the result of the TLS/SSL handshake.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a list of certificates returned by a remote server during the TLS/SSL handshakeGets value of the "Link" response header with a rel value of tls-certificate-binding.voidsetCertificates(List<CertificateToken> certificates) Sets a list of certificates returned by a remote server during the TLS/SSL handshakevoidsetTLSCertificateBindingUrl(String tlsCertificateBindingUrl) Sets value of the "Link" response header with a rel value of tls-certificate-binding.
-
Constructor Details
-
TLSCertificates
public TLSCertificates()Default constructor
-
-
Method Details
-
getCertificates
Gets a list of certificates returned by a remote server during the TLS/SSL handshake- Returns:
- a list of
CertificateTokens
-
setCertificates
Sets a list of certificates returned by a remote server during the TLS/SSL handshake- Parameters:
certificates- a list ofCertificateTokens
-
getTLSCertificateBindingUrl
-
setTLSCertificateBindingUrl
-