Package eu.europa.esig.dss.spi.tsl
Class OtherTSLPointer
java.lang.Object
eu.europa.esig.dss.spi.tsl.OtherTSLPointer
- All Implemented Interfaces:
Serializable
Contains certificates for the url location
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOtherTSLPointer(String location, List<CertificateToken> certificates, MRA mra) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionGets a list of certificatesGets location urlgetMra()Gets a Mutual Recognition Agreement block
-
Constructor Details
-
OtherTSLPointer
Default constructor- Parameters:
location-Stringurlcertificates- list ofCertificateTokensmra-MRA
-
-
Method Details
-
getLocation
Gets location url- Returns:
String
-
getCertificates
Gets a list of certificates- Returns:
- a list of
CertificateTokens
-
getMra
Gets a Mutual Recognition Agreement block- Returns:
MRA
-