Uses of Class
com.zebra.sdk.certificate.ZebraCertificateException
Packages that use ZebraCertificateException
-
Uses of ZebraCertificateException in com.zebra.sdk.certificate
Methods in com.zebra.sdk.certificate that throw ZebraCertificateExceptionModifier and TypeMethodDescriptionZebraP12Info.getAliases()Get a list of aliases present in the certificate keystore.ZebraP12Info.getCaCommonName()Get the common name of the CA associated with the certificate file.ZebraP12Info.getCaCommonName(String alias) Get the common name of the CA associated with the certificate file.ZebraP12Info.getCaContent()Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.ZebraP12Info.getCaContent(String alias) Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.ZebraP12Info.getCaExpirationDate()Get the expiration data of the CA associated with the certificate file.ZebraP12Info.getCaExpirationDate(String alias) Get the expiration data of the CA associated with the certificate file.ZebraP12Info.getCertificateCommonName()Get the common name of the client certificate associated with the certificate file.ZebraP12Info.getCertificateCommonName(String alias) Get the common name of the client certificate associated with the certificate file.ZebraP12Info.getCertificateContent()Get the content of the first entry in the certificate's certificate chain.ZebraP12Info.getCertificateContent(String alias) Get the content of the first entry in the certificate's certificate chain.ZebraP12Info.getCertificateExpirationDate()Get the expiration data of the client certificate associated with the certificate file.ZebraP12Info.getCertificateExpirationDate(String alias) Get the expiration data of the client certificate associated with the certificate file.ZebraP12Info.getCertificateIssuer()Get the issuer of the client certificate.ZebraP12Info.getCertificateIssuer(String alias) Get the issuer of the client certificate.ZebraP12Info.getEncryptedPrivateKeyContent(String passwordToEncryptKey, String p12Password) Get the encrypted private key content.ZebraP12Info.getEncryptedPrivateKeyContent(String alias, String passwordToEncryptKey, String p12Password) Get the encrypted private key content.ZebraP12Info.getPrivateKeyAlgorithm(String p12Password) Get the algorithm used by the private key.ZebraP12Info.getPrivateKeyAlgorithm(String alias, String p12Password) Get the algorithm used by the private key.ZebraP12Info.getPrivateKeyFormat(String p12Password) Get the format of the private key.ZebraP12Info.getPrivateKeyFormat(String alias, String p12Password) Get the format of the private key.static ZebraCertificateInfoCertificateParser.parseCertificate(InputStream certificateStream, String alias, String password) Takes in a certificate file (P12, DER, PEM, etc) and processes it into a ZebraCertificateInfo object which contains the selected certificate, Certificate Authority certificate chain, and private key (if applicable).Constructors in com.zebra.sdk.certificate that throw ZebraCertificateExceptionModifierConstructorDescriptionZebraP12Info(InputStream pkcs12Stream, String p12Password) Creates a wrapper that opens up the provided certificate keystore stream.