java.lang.Object
java.lang.Enum<CertInfo.PSD2>
io.getlime.security.powerauth.app.tppengine.model.certificate.CertInfo.PSD2
All Implemented Interfaces:
Serializable, Comparable<CertInfo.PSD2>, java.lang.constant.Constable
Enclosing class:
CertInfo

public static enum CertInfo.PSD2
extends Enum<CertInfo.PSD2>
  • Enum Constant Details

    • PSP_AI

      public static final CertInfo.PSD2 PSP_AI
      Account Information Service Provider
    • PSP_AS

      public static final CertInfo.PSD2 PSP_AS
      Account Servicing Payment Service Provider
    • PSP_IC

      public static final CertInfo.PSD2 PSP_IC
      Payment Service Provider Issuing Card-Based Payment Instruments
    • PSP_PI

      public static final CertInfo.PSD2 PSP_PI
      Payment Initiation Service Provider
  • Method Details

    • values

      public static CertInfo.PSD2[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static CertInfo.PSD2 valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null