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 Summary
Constructors Constructor Description CertificateEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Certificate[]getCertChain()PrivateKeygetPrivateKey()voidsetCertChain(Certificate[] chain)voidsetPrivateKey(PrivateKey privateKey)StringtoString()
-
-
-
Method Detail
-
getCertChain
public Certificate[] getCertChain()
-
setCertChain
public void setCertChain(Certificate[] chain)
-
getPrivateKey
public PrivateKey getPrivateKey()
-
setPrivateKey
public void setPrivateKey(PrivateKey privateKey)
-
-