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
|
java.util.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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCaChain()
Returns the CA Certificate chain.
|
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 java.util.List<String> caCertificates
public String privateKey
© 2017 ZIH Corp. All Rights Reserved.