public class EncryptedKey extends EncryptedType implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for EncryptedKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedKeyType">
<complexContent>
<extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
<sequence>
<element ref="{http://www.w3.org/2001/04/xmlenc#}ReferenceList" minOccurs="0"/>
<element name="CarriedKeyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Recipient" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
carriedKeyName |
protected String |
recipient |
protected ReferenceList |
referenceList |
cipherData, encoding, encryptionMethod, encryptionProperties, id, keyInfo, mimeType, type| Constructor and Description |
|---|
EncryptedKey()
Default no-arg constructor
|
EncryptedKey(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
String id,
String type,
String mimeType,
String encoding,
ReferenceList referenceList,
String carriedKeyName,
String recipient)
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) |
String |
getCarriedKeyName()
Gets the value of the carriedKeyName property.
|
String |
getRecipient()
Gets the value of the recipient property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCarriedKeyName(String value)
Sets the value of the carriedKeyName property.
|
void |
setRecipient(String value)
Sets the value of the recipient property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
String |
toString() |
EncryptedKey |
withCarriedKeyName(String value) |
EncryptedKey |
withCipherData(CipherData value) |
EncryptedKey |
withEncoding(String value) |
EncryptedKey |
withEncryptionMethod(EncryptionMethodType value) |
EncryptedKey |
withEncryptionProperties(EncryptionProperties value) |
EncryptedKey |
withId(String value) |
EncryptedKey |
withKeyInfo(KeyInfo value) |
EncryptedKey |
withMimeType(String value) |
EncryptedKey |
withRecipient(String value) |
EncryptedKey |
withReferenceList(ReferenceList value) |
EncryptedKey |
withType(String value) |
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setTypeprotected ReferenceList referenceList
protected String carriedKeyName
protected String recipient
public EncryptedKey()
public EncryptedKey(EncryptionMethodType encryptionMethod, KeyInfo keyInfo, CipherData cipherData, EncryptionProperties encryptionProperties, String id, String type, String mimeType, String encoding, ReferenceList referenceList, String carriedKeyName, String recipient)
public ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic String getCarriedKeyName()
Stringpublic void setCarriedKeyName(String value)
value - allowed object is
Stringpublic String getRecipient()
Stringpublic void setRecipient(String value)
value - allowed object is
Stringpublic 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 EncryptedKey withReferenceList(ReferenceList value)
public EncryptedKey withCarriedKeyName(String value)
public EncryptedKey withRecipient(String value)
public EncryptedKey withEncryptionMethod(EncryptionMethodType value)
withEncryptionMethod in class EncryptedTypepublic EncryptedKey withKeyInfo(KeyInfo value)
withKeyInfo in class EncryptedTypepublic EncryptedKey withCipherData(CipherData value)
withCipherData in class EncryptedTypepublic EncryptedKey withEncryptionProperties(EncryptionProperties value)
withEncryptionProperties in class EncryptedTypepublic EncryptedKey withId(String value)
withId in class EncryptedTypepublic EncryptedKey withType(String value)
withType in class EncryptedTypepublic EncryptedKey withMimeType(String value)
withMimeType in class EncryptedTypepublic EncryptedKey withEncoding(String value)
withEncoding in class EncryptedTypeCopyright © 2017 Digipost. All rights reserved.