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 class  CertificateInfo.CertificateType
      The type of the Certificate/Public Key with which the 3DS SDK operates.
    • Method Detail

      • getName

        java.lang.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

        java.lang.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

        java.util.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.