Class RoleOfPSP
java.lang.Object
eu.europa.esig.dss.model.x509.extension.RoleOfPSP
- All Implemented Interfaces:
Serializable
Object Identifier for roles of payment service providers
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the PSP nameGets the role OIDvoid
setPspName
(String pspName) Sets the PSP namevoid
setPspOid
(RoleOfPspOid pspOid) Sets the role OID
-
Constructor Details
-
RoleOfPSP
public RoleOfPSP()Default constructor instantiating object with null values
-
-
Method Details
-
getPspOid
Gets the role OID- Returns:
RoleOfPspOid
-
setPspOid
Sets the role OID- Parameters:
pspOid
-RoleOfPspOid
-
getPspName
Gets the PSP name- Returns:
String
-
setPspName
Sets the PSP name- Parameters:
pspName
-String
-