Package org.apache.cxf.xkms.model.xkms
Class PrivateKeyType
java.lang.Object
org.apache.cxf.xkms.model.xkms.PrivateKeyType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encryptedData property.voidSets the value of the encryptedData property.
-
Field Details
-
encryptedData
-
-
Constructor Details
-
PrivateKeyType
public PrivateKeyType()
-
-
Method Details
-
getEncryptedData
Gets the value of the encryptedData property.- Returns:
- possible object is
EncryptedDataType
-
setEncryptedData
Sets the value of the encryptedData property.- Parameters:
value- allowed object isEncryptedDataType
-