Package com.zebra.sdk.certificate
Class ZebraCertificateInfo
Object
com.zebra.sdk.certificate.ZebraCertificateInfo
Handler class for managing certificate and private key information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe file name on a printer to which a wireless ca must be saved for wireless securityContains the Certificate Authority certificate chain, if setstatic final StringThe file name on a printer to which a client cert must be saved for wireless securitystatic final StringThe file name on a printer to which a private key must be saved for wireless securityContains the client certificate, if setContains the private key, if set. -
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the ZebraCertificateInfo class. -
Method Summary
-
Field Details
-
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
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
The file name on a printer to which a client cert must be saved for wireless security- See Also:
-
clientCertificate
Contains the client certificate, if set -
caCertificates
Contains the Certificate Authority certificate chain, if set -
privateKey
Contains the private key, if set.
-
-
Constructor Details
-
ZebraCertificateInfo
public ZebraCertificateInfo()Initializes a new instance of the ZebraCertificateInfo class.
-
-
Method Details
-
getCaChain
Returns the CA Certificate chain.- Returns:
- CA Certificate chain in PEM format
-