Interface CertificateInfo


public interface CertificateInfo
Contains information of the Certificate/Public Key with which the 3DS SDK operates.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The type of the Certificate/Public Key with which the 3DS SDK operates.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides the prefix of the configured Certificate/Public Key.
    Provides the date until which the configured Certificate/Public Key is valid.
    Provides the name of the configured Certificate/Public Key.
    Provides the type of the configured Certificate/Public Key.
  • Method Details

    • getType

      Provides the type of the configured Certificate/Public Key.
      Returns:
      CertificateInfo.CertificateType
    • getName

      String getName()
      Provides the name of the configured Certificate/Public Key.
      Returns:
      String value which represents the Common Name of the Certificate. Public Keys do not have a name.
    • getCertPrefix

      String getCertPrefix()
      Provides the prefix of the configured Certificate/Public Key.
      Returns:
      String value containing the initial X characters of the Base64 encoded Certificate/PublicKey.
    • getExpiryDate

      Date getExpiryDate()
      Provides the date until which the configured Certificate/Public Key is valid.
      Returns:
      Date until which the Certificate is valid. Public Keys do not have an expiry date.