public class CipherDataType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CipherReferenceType |
cipherReference |
protected byte[] |
cipherValue |
| Constructor and Description |
|---|
CipherDataType() |
| Modifier and Type | Method and Description |
|---|---|
CipherReferenceType |
getCipherReference()
Gets the value of the cipherReference property.
|
byte[] |
getCipherValue()
Gets the value of the cipherValue property.
|
void |
setCipherReference(CipherReferenceType value)
Sets the value of the cipherReference property.
|
void |
setCipherValue(byte[] value)
Sets the value of the cipherValue property.
|
protected byte[] cipherValue
protected CipherReferenceType cipherReference
public byte[] getCipherValue()
public void setCipherValue(byte[] value)
value - allowed object is
byte[]public CipherReferenceType getCipherReference()
CipherReferenceTypepublic void setCipherReference(CipherReferenceType value)
value - allowed object is
CipherReferenceTypeApache CXF