Package tigase.cert

Class CertificateEntry

java.lang.Object
tigase.cert.CertificateEntry

public class CertificateEntry extends Object
Created: Oct 9, 2010 5:08:30 PM
Version:
$Rev$
Author:
Artur Hefczyc
  • Constructor Details

    • CertificateEntry

      public CertificateEntry()
    • CertificateEntry

      public CertificateEntry(Certificate[] chain, KeyPair keyPair)
    • CertificateEntry

      public CertificateEntry(Certificate[] chain, PrivateKey privateKey)
  • Method Details