Package eu.europa.esig.dss.model.x509
Class RoleOfPSP
java.lang.Object
eu.europa.esig.dss.model.x509.RoleOfPSP
Object Identifier for roles of payment service providers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the PSP nameGets the role OIDvoidsetPspName(String pspName) Sets the PSP namevoidsetPspOid(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
-