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 classX509.LoadKeystore
-
Field Summary
Fields Modifier and Type Field Description static StringLOAD_KEYSTORE
-
Constructor Summary
Constructors Constructor Description X509()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserializeFromJSON(net.sf.json.JSONObject json)net.sf.json.JSONObjectserializeToJSON()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:QDLMetaModuleSend 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:
serializeToJSONin interfaceQDLMetaModule- Returns:
-
deserializeFromJSON
public void deserializeFromJSON(net.sf.json.JSONObject json)
- Specified by:
deserializeFromJSONin interfaceQDLMetaModule
-
-