org.kde.koala
public class KSSLCertChain extends Object implements QtSupport
See Also: KSSL KSSLCertificate KSSLPeerInfo
UNKNOWN: KDE X.509 Certificate Chain.
Constructor Summary | |
---|---|
protected | KSSLCertChain(Class dummy) |
KSSLCertChain()
Construct a KSSLCertChain object |
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(String[] chain)
Set the certificate chain as a list of base64 encoded X.509
certificates. |
UNKNOWN: Construct a KSSLCertChain object
Returns: the number of entries in the certificate chain
UNKNOWN: Determine the number of entries (depth) of the chain.
Returns: true if it is a valid certificate chain
UNKNOWN: Determine if this represents a valid certificate chain
Returns: pointer to a new certificate chain object
UNKNOWN: Do a deep copy of the certificate chain.
Parameters: chain the certificate chain
UNKNOWN: Set the certificate chain as a list of base64 encoded X.