java.lang.Object
io.getlime.security.powerauth.app.tppengine.model.certificate.CertInfo

public class CertInfo
extends Object
Information about subject from the certificate.
Author:
Petr Dvorak, petr@wultra.com
  • Field Details

    • HTTP_HEADER

      public static final String HTTP_HEADER
      Location of the forwarded certificate in HTTP header.
      See Also:
      Constant Field Values
  • Constructor Details

  • Method Details

    • getSerialNumber

      public String getSerialNumber()
    • getCommonName

      public String getCommonName()
    • getPsd2License

      public String getPsd2License()
    • getOrganization

      public String getOrganization()
    • getStreet

      public String getStreet()
    • getCity

      public String getCity()
    • getZipCode

      public String getZipCode()
    • getRegion

      public String getRegion()
    • getCountry

      public String getCountry()
    • getWebsite

      public String getWebsite()
    • getPsd2Mandates

      public Set<CertInfo.PSD2> getPsd2Mandates()
    • hasPsd2License

      public boolean hasPsd2License()
      Checks if the certificate info contains a correct PSD2 license information.
      Returns:
      True in case PSD2 license is contained, false otherwise.
    • getAddressUnstructured

      public String getAddressUnstructured()
      Get unstructured TPP address information.
      Returns:
      Unstructured TPP address information.