public class DecryptionSetupV3 extends RequestSchemaV3<DecryptionTool.DecryptionSetup,DecryptionSetupV3>
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
cipher_spec |
java.lang.String |
decrypt_impl |
KeyV3.DecryptionToolKeyV3 |
decrypt_tool_id |
java.lang.String |
key_alias |
KeyV3.FrameKeyV3 |
keystore_id |
java.lang.String |
keystore_type |
java.lang.String |
password |
_exclude_fields
Constructor and Description |
---|
DecryptionSetupV3() |
Modifier and Type | Method and Description |
---|---|
DecryptionSetupV3 |
fillFromImpl(DecryptionTool.DecryptionSetup impl)
Fill this Schema from the given implementation object.
|
DecryptionTool.DecryptionSetup |
fillImpl(DecryptionTool.DecryptionSetup impl)
Fill an impl object and any children from this schema and its children.
|
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal
@API(help="Target key for the Decryption Tool", direction=INOUT) public KeyV3.DecryptionToolKeyV3 decrypt_tool_id
@API(help="Implementation of the Decryption Tool", direction=INOUT) public java.lang.String decrypt_impl
@API(help="Location of Java Keystore", direction=INOUT) public KeyV3.FrameKeyV3 keystore_id
public DecryptionTool.DecryptionSetup fillImpl(DecryptionTool.DecryptionSetup impl)
Schema
fillImpl
in class Schema<DecryptionTool.DecryptionSetup,DecryptionSetupV3>
public DecryptionSetupV3 fillFromImpl(DecryptionTool.DecryptionSetup impl)
Schema
fillFromImpl
in class Schema<DecryptionTool.DecryptionSetup,DecryptionSetupV3>