tigase.cert
Class CertificateEntry

java.lang.Object
  extended by tigase.cert.CertificateEntry

public class CertificateEntry
extends Object

Created: Oct 9, 2010 5:08:30 PM

Version:
$Rev: 644 $
Author:
Artur Hefczyc

Constructor Summary
CertificateEntry()
           
 
Method Summary
 Certificate[] getCertChain()
          Method description
 PrivateKey getPrivateKey()
          Method description
 void setCertChain(Certificate[] chain)
          Method description
 void setPrivateKey(PrivateKey privateKey)
          Method description
 String toString()
          Method description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CertificateEntry

public CertificateEntry()
Method Detail

getCertChain

public Certificate[] getCertChain()
Method description

Returns:

getPrivateKey

public PrivateKey getPrivateKey()
Method description

Returns:

setCertChain

public void setCertChain(Certificate[] chain)
Method description

Parameters:
chain -

setPrivateKey

public void setPrivateKey(PrivateKey privateKey)
Method description

Parameters:
privateKey -

toString

public String toString()
Method description

Overrides:
toString in class Object
Returns:


Copyright © 2012 Tigase. All Rights Reserved.