| Modifier and Type | Field and Description |
|---|---|
byte[] |
value
Deprecated.
- Direct access to this field will not be allowed beyond CICS TS 5.1
This will be made private, use the getter methods instead.
|
| Constructor and Description |
|---|
KeyHolder()
Constructs a
KeyHolder without a value. |
KeyHolder(byte[] initialValue)
Constructs a
KeyHolder without a value. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStringValue()
Returns a String derived from the data in the IHolder, assuming
that the data is encoded in the LOCALCCSID.
|
byte[] |
getValue()
Returns the raw byte array from the IHolder
|
@Deprecated public byte[] value
public KeyHolder()
KeyHolder without a value.public KeyHolder(byte[] initialValue)
KeyHolder without a value.initialValue - the initial valuepublic byte[] getValue()
IHoldergetValue in interface IHolderIHolder.getValue()public java.lang.String getStringValue()
IHoldergetStringValue in interface IHolderIHolder.getStringValue()