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.
|
public DecryptionToolKeyV3 decryptToolId
public java.lang.String decryptImpl
public FrameKeyV3 keystoreId
public java.lang.String keystoreType
public java.lang.String keyAlias
public java.lang.String password
public java.lang.String cipherSpec
public java.lang.String toString()
toString in class RequestSchemaV3