Class ZebraCertificateInfo

Object
com.zebra.sdk.certificate.ZebraCertificateInfo

public class ZebraCertificateInfo extends Object
Handler class for managing certificate and private key information.
  • Field Details

    • CLIENT_PRIVATE_KEY_NRD_PRINTER_FILE_NAME

      public static final String CLIENT_PRIVATE_KEY_NRD_PRINTER_FILE_NAME
      The file name on a printer to which a private key must be saved for wireless security
      See Also:
    • CA_CERT_NRD_PRINTER_FILE_NAME

      public static final String CA_CERT_NRD_PRINTER_FILE_NAME
      The file name on a printer to which a wireless ca must be saved for wireless security
      See Also:
    • CLIENT_CERT_NRD_PRINTER_FILE_NAME

      public static final String CLIENT_CERT_NRD_PRINTER_FILE_NAME
      The file name on a printer to which a client cert must be saved for wireless security
      See Also:
    • clientCertificate

      public String clientCertificate
      Contains the client certificate, if set
    • caCertificates

      public List<String> caCertificates
      Contains the Certificate Authority certificate chain, if set
    • privateKey

      public String privateKey
      Contains the private key, if set.
  • Constructor Details

    • ZebraCertificateInfo

      public ZebraCertificateInfo()
      Initializes a new instance of the ZebraCertificateInfo class.
  • Method Details

    • getCaChain

      public String getCaChain()
      Returns the CA Certificate chain.
      Returns:
      CA Certificate chain in PEM format