Package eu.europa.esig.dss.diagnostic
Class PSD2InfoWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.PSD2InfoWrapper
The wrapper provides a user-friendly interface for dealing with
XmlPSD2QcInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNcaId()
Returns the Competent Authority IdReturns the Competent Authority nameReturns names of roles of PSPReturns OIDs of roles of PSP
-
Constructor Details
-
PSD2InfoWrapper
Default constructor- Parameters:
psd2QcInfo
-XmlPSD2QcInfo
-
-
Method Details
-
getRoleOfPSPNames
Returns names of roles of PSP- Returns:
- a list of
String
s
-
getRoleOfPSPOids
Returns OIDs of roles of PSP- Returns:
- a list of
RoleOfPspOid
s
-
getNcaId
Returns the Competent Authority Id- Returns:
String
-
getNcaName
Returns the Competent Authority name- Returns:
String
-