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 Details

  • Constructor Details

    • PrivateKeyType

      public PrivateKeyType()
  • Method Details