Package org.apache.cxf.xkms.model.xkms
Class PrivateKeyType
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.PrivateKeyType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected EncryptedDataTypeencryptedData
-
Constructor Summary
Constructors Constructor Description PrivateKeyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptedDataTypegetEncryptedData()Gets the value of the encryptedData property.voidsetEncryptedData(EncryptedDataType value)Sets the value of the encryptedData property.
-
-
-
Field Detail
-
encryptedData
protected EncryptedDataType encryptedData
-
-
Method Detail
-
getEncryptedData
public EncryptedDataType getEncryptedData()
Gets the value of the encryptedData property.- Returns:
- possible object is
EncryptedDataType
-
setEncryptedData
public void setEncryptedData(EncryptedDataType value)
Sets the value of the encryptedData property.- Parameters:
value- allowed object isEncryptedDataType
-
-