Package | Description |
---|---|
tigase.cert | |
tigase.io |
Modifier and Type | Method and Description |
---|---|
static CertificateEntry |
CertificateUtil.createSelfSignedCertificate(String email,
String domain,
String organizationUnit,
String organization,
String city,
String state,
String country,
CertificateUtil.KeyPairSupplier keyPairSupplier) |
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) |
Modifier and Type | Method and Description |
---|---|
CertificateEntry |
CertificateContainerIfc.getCertificateEntry(String hostname) |
CertificateEntry |
CertificateContainer.getCertificateEntry(String hostname) |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.