Package eu.europa.esig.dss.spi.x509
Class PSD2QcType
java.lang.Object
eu.europa.esig.dss.spi.x509.PSD2QcType
public class PSD2QcType extends Object
-
Constructor Summary
Constructors Constructor Description PSD2QcType()
-
Method Summary
Modifier and Type Method Description String
getNcaId()
String
getNcaName()
List<RoleOfPSP>
getRolesOfPSP()
void
setNcaId(String ncaId)
void
setNcaName(String ncaName)
void
setRolesOfPSP(List<RoleOfPSP> rolesOfPSP)
-
Constructor Details
-
PSD2QcType
public PSD2QcType()
-
-
Method Details