org.kde.koala
public class KSSLPeerInfo extends Object implements QtSupport
See Also: KSSL
UNKNOWN: KDE SSL Peer Data.
| Constructor Summary | |
|---|---|
| protected | KSSLPeerInfo(Class dummy) |
| KSSLPeerInfo() | |
| Method Summary | |
|---|---|
| boolean | certMatchesAddress()
Determine if the peer's certificate matches the address set with
setPeerHost(). |
| boolean | cnMatchesAddress(String cn)
Determine if the given "common name" matches the address set with
setPeerHost(). |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| KSSLCertificate | getPeerCertificate()
Get a reference to the peer's certificate |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| String | peerHost()
Returns the host we are connected to. |
| void | reset()
Clear out the host name. |
| void | setPeerHost(String host)
Set the host that we are connected to. |
| void | setPeerHost() |
Returns: true if it matches
See Also: KSSLPeerInfo
UNKNOWN: Determine if the peer's certificate matches the address set with setPeerHost().
Returns: true if it matches
See Also: KSSLPeerInfo
UNKNOWN: Determine if the given "common name" matches the address set with setPeerHost().
Returns: a reference to the peer's certificate
See Also: KSSLCertificate
UNKNOWN: Get a reference to the peer's certificate
UNKNOWN: Returns the host we are connected to.
UNKNOWN: Clear out the host name.
Parameters: host the hostname
UNKNOWN: Set the host that we are connected to.