public class DecryptionSetupV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
cipherSpec
Specification of the cipher (and padding)
|
java.lang.String |
decryptImpl
Implementation of the Decryption Tool
|
DecryptionToolKeyV3 |
decryptToolId
Target key for the Decryption Tool
|
java.lang.String |
keyAlias
Key alias
|
FrameKeyV3 |
keystoreId
Location of Java Keystore
|
java.lang.String |
keystoreType
Keystore type
|
java.lang.String |
password
Key password
|
_excludeFields| Constructor and Description |
|---|
DecryptionSetupV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="decrypt_tool_id") public DecryptionToolKeyV3 decryptToolId
@SerializedName(value="decrypt_impl") public java.lang.String decryptImpl
@SerializedName(value="keystore_id") public FrameKeyV3 keystoreId
@SerializedName(value="keystore_type") public java.lang.String keystoreType
@SerializedName(value="key_alias") public java.lang.String keyAlias
public java.lang.String password
@SerializedName(value="cipher_spec") public java.lang.String cipherSpec
public java.lang.String toString()
toString in class RequestSchemaV3