org.kde.koala
public class KSSLX509Map extends Object implements QtSupport
See Also: KSSL KSSLCertificate
UNKNOWN: X.509 Map Parser.
Constructor Summary | |
---|---|
protected | KSSLX509Map(Class dummy) |
KSSLX509Map(String name)
Construct an X.509 Map |
Method Summary | |
---|---|
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
String | getValue(String key)
Get the value of an entry in the map |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
void | reset(String name)
Reset (clear) the internal storage. |
void | reset() |
void | setValue(String key, String value)
Set a value in the map |
Parameters: name the map to parse
UNKNOWN: Construct an X.
Parameters: key the key
Returns: the value
UNKNOWN: Get the value of an entry in the map
Parameters: name if this is not empty, it will be parsed and used as the new map internally
UNKNOWN: Reset (clear) the internal storage.
Parameters: key the key value the value
UNKNOWN: Set a value in the map