Extended version of TestProperty used for properties which provide encryption ability.
Methods getEncryptedContent() and setEncryptedContent(byte[]) is used for accessing to property's encrypted value
Type Params | Return Type | Name and description |
---|---|---|
|
byte[] |
getEncryptedContent() |
|
boolean |
isEncrypted() |
|
void |
setEncrypted(boolean encrypted) |
|
void |
setEncryptedContent(byte[] content) |
Methods inherited from class | Name |
---|---|
interface TestProperty |
getDataType, getDefaultValue, getDescription, getModelItem, getName, getSchemaType, getType, isReadOnly, isRequestPart, prepareDefaultState |
interface ValueHolder |
getValue, setValue |