public class PrivateKeyType extends Object
Java class for PrivateKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrivateKeyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptedData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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