|
||||||||||
| 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 java.lang.String |
carriedKeyName
|
protected java.lang.String |
recipient
|
protected ReferenceList |
referenceList
|
| Fields inherited from class org.w3._2001._04.xmlenc.EncryptedType |
|---|
cipherData, encoding, encryptionMethod, encryptionProperties, id, keyInfo, mimeType, type |
| Constructor Summary | |
|---|---|
EncryptedKeyType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCarriedKeyName()
Gets the value of the carriedKeyName property. |
java.lang.String |
getRecipient()
Gets the value of the recipient property. |
ReferenceList |
getReferenceList()
Gets the value of the referenceList property. |
void |
setCarriedKeyName(java.lang.String value)
Sets the value of the carriedKeyName property. |
void |
setRecipient(java.lang.String value)
Sets the value of the recipient property. |
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property. |
java.lang.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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ReferenceList referenceList
protected java.lang.String carriedKeyName
protected java.lang.String recipient
| Constructor Detail |
|---|
public EncryptedKeyType()
| Method Detail |
|---|
public ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic java.lang.String getCarriedKeyName()
Stringpublic void setCarriedKeyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRecipient()
Stringpublic void setRecipient(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class EncryptedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||