public abstract class EncryptedType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for EncryptedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
<element ref="{http://www.w3.org/2001/04/xmlenc#}CipherData"/>
<element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptionProperties" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CipherDataType |
cipherData |
static QName |
COMPLEX_TYPE |
protected String |
encoding |
protected EncryptionMethodType |
encryptionMethod |
protected EncryptionPropertiesType |
encryptionProperties |
static QName |
F_CIPHER_DATA |
static QName |
F_ENCODING |
static QName |
F_ENCRYPTION_METHOD |
static QName |
F_ENCRYPTION_PROPERTIES |
static QName |
F_KEY_INFO |
static QName |
F_MIME_TYPE |
static QName |
F_TYPE |
protected String |
id |
protected KeyInfoType |
keyInfo |
protected String |
mimeType |
protected String |
type |
| Constructor and Description |
|---|
EncryptedType()
Creates a new
EncryptedType instance. |
EncryptedType(EncryptedType o)
Creates a new
EncryptedType instance by deeply copying a given EncryptedType instance. |
| Modifier and Type | Method and Description |
|---|---|
EncryptedType |
clone()
Creates and returns a deep copy of this object.
|
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.EqualsStrategy strategy) |
CipherDataType |
getCipherData()
Gets the value of the cipherData property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
EncryptionMethodType |
getEncryptionMethod()
Gets the value of the encryptionMethod property.
|
EncryptionPropertiesType |
getEncryptionProperties()
Gets the value of the encryptionProperties property.
|
String |
getId()
Gets the value of the id property.
|
KeyInfoType |
getKeyInfo()
Gets the value of the keyInfo property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCipherData(CipherDataType value)
Sets the value of the cipherData property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setEncryptionMethod(EncryptionMethodType value)
Sets the value of the encryptionMethod property.
|
void |
setEncryptionProperties(EncryptionPropertiesType value)
Sets the value of the encryptionProperties property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected EncryptionMethodType encryptionMethod
protected KeyInfoType keyInfo
protected CipherDataType cipherData
protected EncryptionPropertiesType encryptionProperties
protected String id
protected String type
protected String mimeType
protected String encoding
public static final QName COMPLEX_TYPE
public static final QName F_ENCRYPTION_METHOD
public static final QName F_KEY_INFO
public static final QName F_CIPHER_DATA
public static final QName F_ENCRYPTION_PROPERTIES
public static final QName F_TYPE
public static final QName F_MIME_TYPE
public static final QName F_ENCODING
public EncryptedType()
EncryptedType instance.public EncryptedType(EncryptedType o)
EncryptedType instance by deeply copying a given EncryptedType instance.o - The instance to copy.NullPointerException - if o is null.public EncryptionMethodType getEncryptionMethod()
EncryptionMethodTypepublic void setEncryptionMethod(EncryptionMethodType value)
value - allowed object is
EncryptionMethodTypepublic KeyInfoType getKeyInfo()
KeyInfoTypepublic void setKeyInfo(KeyInfoType value)
value - allowed object is
KeyInfoTypepublic CipherDataType getCipherData()
CipherDataTypepublic void setCipherData(CipherDataType value)
value - allowed object is
CipherDataTypepublic EncryptionPropertiesType getEncryptionProperties()
EncryptionPropertiesTypepublic void setEncryptionProperties(EncryptionPropertiesType value)
value - allowed object is
EncryptionPropertiesTypepublic void setId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic EncryptedType clone()
Copyright © 2016 Evolveum. All rights reserved.