Class CertificateEntry
java.lang.Object
tigase.cert.CertificateEntry
Created: Oct 9, 2010 5:08:30 PM
- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateEntry(Certificate[] chain, KeyPair keyPair) CertificateEntry(Certificate[] chain, PrivateKey privateKey) -
Method Summary
Modifier and TypeMethodDescriptiongetCertChain(boolean withoutRoot) booleanbooleanisValid()voidsetCertChain(Certificate[] chain) voidsetPrivateKey(PrivateKey privateKey) toString()toString(boolean basic)
-
Constructor Details
-
CertificateEntry
public CertificateEntry() -
CertificateEntry
-
CertificateEntry
-
-
Method Details
-
getCertChain
-
getCertChain
-
setCertChain
-
getPrivateKey
-
setPrivateKey
-
getDomain
-
getAllDomains
-
isSelfSigned
public boolean isSelfSigned() -
isValid
public boolean isValid() -
toString
-
toString
-
getKeyPair
-
getCertificate
-