Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ValidationListAttributeData |
Represents the value of a validation
list attribute.
|
class |
ValidationListDataToEncrypt |
Used to specify the data to
encrypt when adding or changing a validation list entry.
|
Modifier and Type | Method | Description |
---|---|---|
ValidationListTranslatedData |
ValidationListEntry.getEncryptedData() |
Returns the information currently encrypted for the entry in the validation list.
|
ValidationListTranslatedData |
ValidationListEntry.getEntryID() |
Returns the translated data containing the entry identifier.
|
ValidationListTranslatedData |
ValidationListEntry.getUnencryptedData() |
Returns the unencrypted data for the entry.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ValidationListEntry.setEncryptedData(ValidationListTranslatedData encryptedData) |
Sets the information currently encrypted for the entry in the validation list.
|
void |
ValidationListEntry.setEntryID(ValidationListTranslatedData entryID) |
Sets the translated data containing the entry identifier.
|
void |
ValidationListEntry.setUnencryptedData(ValidationListTranslatedData data) |
Sets the unencrypted data for the entry.
|
Copyright © 2024. All rights reserved.