public class EncryptedData extends EncryptedType implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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>
cipherData, encoding, encryptionMethod, encryptionProperties, id, keyInfo, mimeType, type| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 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) |
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setTypepublic EncryptedData()
public EncryptedData(EncryptionMethodType encryptionMethod, KeyInfo keyInfo, CipherData cipherData, EncryptionProperties encryptionProperties, String id, String type, String mimeType, String encoding)
public String toString()
toString in class EncryptedTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class EncryptedTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class EncryptedTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class EncryptedTypepublic boolean equals(Object object)
equals in class EncryptedTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class EncryptedTypepublic int hashCode()
hashCode in class EncryptedTypepublic EncryptedData withEncryptionMethod(EncryptionMethodType value)
withEncryptionMethod in class EncryptedTypepublic EncryptedData withKeyInfo(KeyInfo value)
withKeyInfo in class EncryptedTypepublic EncryptedData withCipherData(CipherData value)
withCipherData in class EncryptedTypepublic EncryptedData withEncryptionProperties(EncryptionProperties value)
withEncryptionProperties in class EncryptedTypepublic EncryptedData withId(String value)
withId in class EncryptedTypepublic EncryptedData withType(String value)
withType in class EncryptedTypepublic EncryptedData withMimeType(String value)
withMimeType in class EncryptedTypepublic EncryptedData withEncoding(String value)
withEncoding in class EncryptedTypeCopyright © 2019 Digipost. All rights reserved.