Class PdsLocation
java.lang.Object
eu.europa.esig.dss.model.x509.extension.PdsLocation
- All Implemented Interfaces:
Serializable
PdsLocation::= SEQUENCE {
url IA5String,
language PrintableString (SIZE(2))} --ISO 639-1 language code
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the languagegetUrl()
Returns URLvoid
setLanguage
(String language) Sets languagevoid
Sets URL
-
Constructor Details
-
PdsLocation
public PdsLocation()Default constructor instantiating object with null values
-
-
Method Details