Package de.adorsys.psd2.validator.common
Class PSD2QCType
- java.lang.Object
-
- de.adorsys.psd2.validator.common.PSD2QCType
-
public class PSD2QCType extends Object
-
-
Constructor Summary
Constructors Constructor Description PSD2QCType(RolesOfPSP rolesOfPSP, NCAName nCAName, NCAId nCAId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSD2QCTypegetInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable)NCAIdgetnCAId()NCANamegetnCAName()RolesOfPSPgetRolesOfPSP()org.bouncycastle.asn1.DERSequencetoDERSequence()
-
-
-
Constructor Detail
-
PSD2QCType
public PSD2QCType(RolesOfPSP rolesOfPSP, NCAName nCAName, NCAId nCAId)
-
-
Method Detail
-
getInstance
public static PSD2QCType getInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable)
-
toDERSequence
public org.bouncycastle.asn1.DERSequence toDERSequence()
-
getRolesOfPSP
public RolesOfPSP getRolesOfPSP()
-
getnCAName
public NCAName getnCAName()
-
getnCAId
public NCAId getnCAId()
-
-