Package org.qdl_lang.extensions.X509
Class X509
- java.lang.Object
-
- org.qdl_lang.extensions.X509.X509
-
- All Implemented Interfaces:
Serializable
,QDLMetaModule
public class X509 extends Object implements QDLMetaModule
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
X509.LoadKeystore
-
Field Summary
Fields Modifier and Type Field Description static String
LOAD_KEYSTORE
-
Constructor Summary
Constructors Constructor Description X509()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deserializeFromJSON(net.sf.json.JSONObject json)
net.sf.json.JSONObject
serializeToJSON()
Send back a serialization of internal state for this object.
-
-
-
Field Detail
-
LOAD_KEYSTORE
public static final String LOAD_KEYSTORE
- See Also:
- Constant Field Values
-
-
Method Detail
-
serializeToJSON
public net.sf.json.JSONObject serializeToJSON()
Description copied from interface:QDLMetaModule
Send back a serialization of internal state for this object. This allows for the state you choose to be serialized and then reloaded.NOTE
There is no canonical form for this. Set it how you will and deserialize it accordingly.- Specified by:
serializeToJSON
in interfaceQDLMetaModule
- Returns:
-
deserializeFromJSON
public void deserializeFromJSON(net.sf.json.JSONObject json)
- Specified by:
deserializeFromJSON
in interfaceQDLMetaModule
-
-