|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KSSLCertChain
public class KSSLCertChain
KDE Certificate Chain Representation Class This class provides a representation for an X.509 certificate chain.
KSSL
,
KSSLCertificate
,
KSSLPeerInfo
Constructor Summary | |
---|---|
|
KSSLCertChain()
Construct a KSSLCertChain object |
protected |
KSSLCertChain(java.lang.Class dummy)
|
Method Summary | |
---|---|
int |
depth()
Determine the number of entries (depth) of the chain. |
void |
dispose()
Delete the wrapped C++ instance ahead of finalize() |
protected void |
finalize()
Deletes the wrapped C++ instance |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
boolean |
isValid()
Determine if this represents a valid certificate chain |
KSSLCertChain |
replicate()
Do a deep copy of the certificate chain. |
void |
setCertChain(java.lang.String[] chain)
Set the certificate chain as a list of base64 encoded X.509 certificates. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KSSLCertChain(java.lang.Class dummy)
public KSSLCertChain()
Method Detail |
---|
public boolean isValid()
public KSSLCertChain replicate()
public void setCertChain(java.lang.String[] chain)
chain
- the certificate chainpublic int depth()
protected void finalize() throws java.lang.InternalError
finalize
in class java.lang.Object
java.lang.InternalError
public void dispose()
public boolean isDisposed()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |