Apache CXF API

org.apache.cxf.xkms.model.xkms
Class PrivateKeyType

java.lang.Object
  extended by 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
protected  EncryptedDataType encryptedData
           
 
Constructor Summary
PrivateKeyType()
           
 
Method Summary
 EncryptedDataType getEncryptedData()
          Gets the value of the encryptedData property.
 void setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encryptedData

protected EncryptedDataType encryptedData
Constructor Detail

PrivateKeyType

public PrivateKeyType()
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 is EncryptedDataType

Apache CXF API

Apache CXF