|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KSSLX509Map
public class KSSLX509Map
X.509 Map Parsing Class This class is used to parse and store a map as used in X.509 certificates. It is of the form /name=value/name=value/name=value
KSSL
,
KSSLCertificate
Constructor Summary | |
---|---|
protected |
KSSLX509Map(java.lang.Class dummy)
|
|
KSSLX509Map(java.lang.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 |
java.lang.String |
getValue(java.lang.String key)
Get the value of an entry in the map |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
void |
reset()
|
void |
reset(java.lang.String name)
Reset (clear) the internal storage. |
void |
setValue(java.lang.String key,
java.lang.String value)
Set a value in the map |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KSSLX509Map(java.lang.Class dummy)
public KSSLX509Map(java.lang.String name)
name
- the map to parseMethod Detail |
---|
public void setValue(java.lang.String key, java.lang.String value)
key
- the keyvalue
- the valuepublic java.lang.String getValue(java.lang.String key)
key
- the key
public void reset(java.lang.String name)
name
- if this is not empty, it will be parsed and used as
the new map internallypublic void reset()
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 |