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
ConstructorDescriptionOtherTSLPointer
(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
-String
urlcertificates
- list ofCertificateToken
smra
-MRA
-
-
Method Details
-
getLocation
Gets location url- Returns:
String
-
getCertificates
Gets a list of certificates- Returns:
- a list of
CertificateToken
s
-
getMra
Gets a Mutual Recognition Agreement block- Returns:
MRA
-