public class PrivateKeyType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EncryptedDataType |
encryptedData |
| Constructor and Description |
|---|
PrivateKeyType() |
| Modifier and Type | Method and Description |
|---|---|
EncryptedDataType |
getEncryptedData()
Gets the value of the encryptedData property.
|
void |
setEncryptedData(EncryptedDataType value)
Sets the value of the encryptedData property.
|
protected EncryptedDataType encryptedData
public EncryptedDataType getEncryptedData()
EncryptedDataTypepublic void setEncryptedData(EncryptedDataType value)
value - allowed object is
EncryptedDataTypeApache CXF