Uses of Class
io.getlime.security.powerauth.app.tppengine.model.certificate.CertInfo.PSD2
| Package | Description |
|---|---|
| io.getlime.security.powerauth.app.tppengine.model.certificate |
-
Uses of CertInfo.PSD2 in io.getlime.security.powerauth.app.tppengine.model.certificate
Methods in io.getlime.security.powerauth.app.tppengine.model.certificate that return CertInfo.PSD2 Modifier and Type Method Description static CertInfo.PSD2CertInfo.PSD2. valueOf(String name)Returns the enum constant of this type with the specified name.static CertInfo.PSD2[]CertInfo.PSD2. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.getlime.security.powerauth.app.tppengine.model.certificate that return types with arguments of type CertInfo.PSD2 Modifier and Type Method Description Set<CertInfo.PSD2>CertInfo. getPsd2Mandates()Constructor parameters in io.getlime.security.powerauth.app.tppengine.model.certificate with type arguments of type CertInfo.PSD2 Constructor Description CertInfo(String serialNumber, String commonName, String psd2License, String organization, String street, String city, String zipCode, String region, String country, String website, Set<CertInfo.PSD2> psd2Mandates)