org.w3.xenc
Class EncryptedData
java.lang.Object
org.w3.xenc.EncryptedType
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>
| Methods inherited from class org.w3.xenc.EncryptedType |
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType |
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
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.