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 SummaryNested Classes Modifier and Type Class Description classX509.LoadKeystore
 - 
Field SummaryFields Modifier and Type Field Description static StringLOAD_KEYSTORE
 - 
Constructor SummaryConstructors Constructor Description X509()
 - 
Method SummaryAll 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_KEYSTOREpublic static final String LOAD_KEYSTORE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
serializeToJSONpublic 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.NOTEThere is no canonical form for this. Set it how you will and deserialize it accordingly.- Specified by:
- serializeToJSONin interface- QDLMetaModule
- Returns:
 
 - 
deserializeFromJSONpublic void deserializeFromJSON(net.sf.json.JSONObject json) - Specified by:
- deserializeFromJSONin interface- QDLMetaModule
 
 
- 
 
-