Uses of Class
tigase.cert.CertificateEntry
Packages that use CertificateEntry
-
Uses of CertificateEntry in tigase.cert
Methods in tigase.cert that return CertificateEntryModifier and TypeMethodDescriptionstatic CertificateEntry
CertificateUtil.createSelfSignedCertificate
(String email, String domain, String organizationUnit, String organization, String city, String state, String country, CertificateUtil.KeyPairSupplier keyPairSupplier) default CertificateEntry
CertificateGenerator.generateSelfSignedCertificateEntry
(String email, String domain, String organizationUnit, String organization, String city, String state, String country, KeyPair keyPair) CertificateGenerator.generateSelfSignedCertificateEntry
(String email, String domain, String organizationUnit, String organization, String city, String state, String country, KeyPair keyPair, boolean generateWildcardCnAlt) KeytoolCertificateGenerator.generateSelfSignedCertificateEntry
(String email, String domain, String organizationUnit, String organization, String city, String state, String country, KeyPair keyPair, boolean generateWildcardCnAlt) static CertificateEntry
CertificateUtil.loadCertificate
(byte[] bytes) Deprecated.static CertificateEntry
CertificateUtil.loadCertificate
(File file) static CertificateEntry
CertificateUtil.loadCertificate
(String file) static CertificateEntry
CertificateUtil.parseCertificate
(Reader data) Methods in tigase.cert with parameters of type CertificateEntryModifier and TypeMethodDescriptionstatic String
CertificateUtil.exportToPemFormat
(CertificateEntry entry) static void
CertificateUtil.storeCertificate
(String file, CertificateEntry entry) -
Uses of CertificateEntry in tigase.io
Methods in tigase.io that return CertificateEntryModifier and TypeMethodDescriptionCertificateContainer.getCertificateEntry
(String hostname) CertificateContainerIfc.getCertificateEntry
(String hostname) -
Uses of CertificateEntry in tigase.io.repo
Methods in tigase.io.repo that return CertificateEntryConstructors in tigase.io.repo with parameters of type CertificateEntry