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) |