Package eu.europa.esig.dss.spi.tsl
Class OtherTSLPointer
java.lang.Object
eu.europa.esig.dss.spi.tsl.OtherTSLPointer
- All Implemented Interfaces:
Serializable
public class OtherTSLPointer extends Object implements Serializable
Contains certificates for the url location
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OtherTSLPointer(String location, List<CertificateToken> certificates)Default constructor -
Method Summary
Modifier and Type Method Description List<CertificateToken>getCertificates()Gets a list of certificatesStringgetLocation()Gets location url
-
Constructor Details
-
OtherTSLPointer
Default constructor- Parameters:
location-Stringurlcertificates- list ofCertificateTokens
-
-
Method Details
-
getLocation
Gets location url- Returns:
String
-
getCertificates
Gets a list of certificates- Returns:
- a list of
CertificateTokens
-