public class ZebraCertificateInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CA_CERT_NRD_PRINTER_FILE_NAME
The file name on a printer to which a wireless ca must be saved for wireless security
|
List<String> |
caCertificates
Contains the Certificate Authority certificate chain, if set
|
static String |
CLIENT_CERT_NRD_PRINTER_FILE_NAME
The file name on a printer to which a client cert must be saved for wireless security
|
static 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
|
String |
clientCertificate
Contains the client certificate, if set
|
String |
privateKey
Contains the private key, if set.
|
Constructor and Description |
---|
ZebraCertificateInfo()
Initializes a new instance of the ZebraCertificateInfo class.
|
public static final String CLIENT_PRIVATE_KEY_NRD_PRINTER_FILE_NAME
public static final String CA_CERT_NRD_PRINTER_FILE_NAME
public static final String CLIENT_CERT_NRD_PRINTER_FILE_NAME
public String clientCertificate
public List<String> caCertificates
public String privateKey
public String getCaChain()
© 2015 ZIH Corp. All Rights Reserved.