| Package | Description |
|---|---|
| tigase.cert |
| Modifier and Type | Method and Description |
|---|---|
static CertificateEntry |
CertificateUtil.loadCertificate(byte[] bytes)
Loads a certificate from a DER byte buffer.
|
static CertificateEntry |
CertificateUtil.loadCertificate(File file) |
static CertificateEntry |
CertificateUtil.loadCertificate(String file) |
static CertificateEntry |
CertificateUtil.parseCertificate(Reader data) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CertificateUtil.exportToPemFormat(CertificateEntry entry) |
static void |
CertificateUtil.storeCertificate(String file,
CertificateEntry entry) |
Copyright © 2018 "Tigase, Inc.". All rights reserved.