org.w3.xenc
Class EncryptedData

java.lang.Object
  extended by org.w3.xenc.EncryptedType
      extended by org.w3.xenc.EncryptedData
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class EncryptedData
extends EncryptedType
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for EncryptedDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EncryptedDataType">
   <complexContent>
     <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.w3.xenc.EncryptedType
cipherData, encoding, encryptionMethod, encryptionProperties, id, keyInfo, mimeType, type
 
Constructor Summary
EncryptedData()
          Default no-arg constructor
EncryptedData(EncryptionMethodType encryptionMethod, KeyInfo keyInfo, CipherData cipherData, EncryptionProperties encryptionProperties, String id, String type, String mimeType, String encoding)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 String toString()
           
 EncryptedData withCipherData(CipherData value)
           
 EncryptedData withEncoding(String value)
           
 EncryptedData withEncryptionMethod(EncryptionMethodType value)
           
 EncryptedData withEncryptionProperties(EncryptionProperties value)
           
 EncryptedData withId(String value)
           
 EncryptedData withKeyInfo(KeyInfo value)
           
 EncryptedData withMimeType(String value)
           
 EncryptedData withType(String value)
           
 
Methods inherited from class org.w3.xenc.EncryptedType
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncryptedData

public EncryptedData()
Default no-arg constructor


EncryptedData

public EncryptedData(EncryptionMethodType encryptionMethod,
                     KeyInfo keyInfo,
                     CipherData cipherData,
                     EncryptionProperties encryptionProperties,
                     String id,
                     String type,
                     String mimeType,
                     String encoding)
Fully-initialising value constructor

Method Detail

toString

public String toString()
Overrides:
toString in class EncryptedType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class EncryptedType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class EncryptedType

withEncryptionMethod

public EncryptedData withEncryptionMethod(EncryptionMethodType value)
Overrides:
withEncryptionMethod in class EncryptedType

withKeyInfo

public EncryptedData withKeyInfo(KeyInfo value)
Overrides:
withKeyInfo in class EncryptedType

withCipherData

public EncryptedData withCipherData(CipherData value)
Overrides:
withCipherData in class EncryptedType

withEncryptionProperties

public EncryptedData withEncryptionProperties(EncryptionProperties value)
Overrides:
withEncryptionProperties in class EncryptedType

withId

public EncryptedData withId(String value)
Overrides:
withId in class EncryptedType

withType

public EncryptedData withType(String value)
Overrides:
withType in class EncryptedType

withMimeType

public EncryptedData withMimeType(String value)
Overrides:
withMimeType in class EncryptedType

withEncoding

public EncryptedData withEncoding(String value)
Overrides:
withEncoding in class EncryptedType


Copyright © 2014 Digipost Open Source. All Rights Reserved.