|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3._2001._04.xmlenc.EncryptedType
org.w3._2001._04.xmlenc.EncryptedKeyType
public class EncryptedKeyType
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>
Field Summary | |
---|---|
protected String |
carriedKeyName
|
static QName |
COMPLEX_TYPE
|
static QName |
F_CARRIED_KEY_NAME
|
static QName |
F_RECIPIENT
|
static QName |
F_REFERENCE_LIST
|
protected String |
recipient
|
protected ReferenceList |
referenceList
|
Fields inherited from class org.w3._2001._04.xmlenc.EncryptedType |
---|
cipherData, encoding, encryptionMethod, encryptionProperties, F_CIPHER_DATA, F_ENCODING, F_ENCRYPTION_METHOD, F_ENCRYPTION_PROPERTIES, F_KEY_INFO, F_MIME_TYPE, F_TYPE, id, keyInfo, mimeType, type |
Constructor Summary | |
---|---|
EncryptedKeyType()
Creates a new EncryptedKeyType instance. |
|
EncryptedKeyType(EncryptedKeyType o)
Creates a new EncryptedKeyType instance by deeply copying a given EncryptedKeyType instance. |
Method Summary | |
---|---|
EncryptedKeyType |
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)
|
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.HashCodeStrategy 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()
Generates a String representation of the contents of this type. |
Methods inherited from class org.w3._2001._04.xmlenc.EncryptedType |
---|
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ReferenceList referenceList
protected String carriedKeyName
protected String recipient
public static final QName COMPLEX_TYPE
public static final QName F_REFERENCE_LIST
public static final QName F_CARRIED_KEY_NAME
public static final QName F_RECIPIENT
Constructor Detail |
---|
public EncryptedKeyType()
EncryptedKeyType
instance.
public EncryptedKeyType(EncryptedKeyType o)
EncryptedKeyType
instance by deeply copying a given EncryptedKeyType
instance.
o
- The instance to copy.
NullPointerException
- if o
is null
.Method Detail |
---|
public ReferenceList getReferenceList()
ReferenceList
public void setReferenceList(ReferenceList value)
value
- allowed object is
ReferenceList
public String getCarriedKeyName()
String
public void setCarriedKeyName(String value)
value
- allowed object is
String
public String getRecipient()
String
public void setRecipient(String value)
value
- allowed object is
String
public String toString()
toString
in class EncryptedType
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.HashCode
hashCode
in class EncryptedType
public int hashCode()
hashCode
in class EncryptedType
public 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.Equals
equals
in class EncryptedType
public boolean equals(Object object)
equals
in class EncryptedType
public EncryptedKeyType clone()
clone
in class EncryptedType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |