public class DecryptionArgs
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable, java.lang.Iterable<java.lang.String>
| Constructor and Description |
|---|
DecryptionArgs()
Creates a new instance of the DecryptionArgs class.
|
DecryptionArgs(long handle)
Creates a new instance of the DecryptionArgs class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases all resources used by this DecryptionArgs.
|
boolean |
containsKey(java.lang.String key)
Determines whether the DecryptionArgsobject contains the specified key.
|
protected void |
finalize()
Finalizer for this class.
|
java.lang.String |
get(java.lang.String key)
Gets an item of the DecryptionArgs object.
|
int |
getCount()
Gets the number of elements in the DecryptionArgs object.
|
java.lang.String |
getFieldName()
Gets the the name of the field to decrypt.
|
long |
getHandle()
Gets the native handle.
|
byte[] |
getInputData()
Gets the the data to decrypt as a binary array.
|
StringArray |
getKeys()
Gets the gets a string list containing the keys in the dict.
|
byte[] |
getOutputData()
Gets the the decrypted data as a binary array.
|
java.util.Iterator<java.lang.String> |
iterator() |
void |
setOutputData(byte[] outputData)
Sets the the decrypted data as a binary array.
|
public DecryptionArgs()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public DecryptionArgs(long handle)
throws BiosealException
handle - Handle to the DecryptionArgs.BiosealException - An error has occurred during Bioseal Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public java.lang.String getFieldName()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public byte[] getInputData()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public byte[] getOutputData()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public void setOutputData(byte[] outputData)
throws BiosealException
outputData - The decrypted data as a binary array.BiosealException - An error has occurred during Bioseal Library execution.public StringArray getKeys() throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public java.lang.String get(java.lang.String key)
throws BiosealException
key - Unique key of the item to get.BiosealException - An error has occurred during Bioseal Library execution.public int getCount()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public boolean containsKey(java.lang.String key)
throws BiosealException
key - The key to locate in the object.BiosealException - An error has occurred during Bioseal Library execution.public java.util.Iterator<java.lang.String> iterator()
iterator in interface java.lang.Iterable<java.lang.String>Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal