|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sun.identity.liberty.ws.disco.EncryptedResourceID
The class EncryptedResourceID represents an Encryption
Resource ID element for the Discovery Service.
The following schema fragment specifies the expected content within the EncryptedResourceID object.
<xs:element name="EncryptedResourceID" type="EncryptedResourceIDType"/>
<complexType name="EncryptedResourceIDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptedData"/>
<element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptedKey"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
EncryptedResourceID()
Default constructor |
|
EncryptedResourceID(org.w3c.dom.Element elem)
Constructor. |
|
EncryptedResourceID(com.sun.identity.xmlenc.EncryptedData encryptedData,
com.sun.identity.xmlenc.EncryptedKey encryptedKey)
Constructor |
|
| Method Summary | |
com.sun.identity.xmlenc.EncryptedData |
getEncryptedData()
Gets encrypted data. |
com.sun.identity.xmlenc.EncryptedKey |
getEncryptedKey()
Gets encrypted key element. |
void |
setEncryptedData(com.sun.identity.xmlenc.EncryptedData data)
Sets encrypted data element. |
void |
setEncryptedKey(com.sun.identity.xmlenc.EncryptedKey key)
Sets encrypted key element. |
java.lang.String |
toString()
Returns string format. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EncryptedResourceID()
public EncryptedResourceID(org.w3c.dom.Element elem)
throws DiscoveryException
elem - EncryptedResourceID DOM element
DiscoveryException - if error occurs
public EncryptedResourceID(com.sun.identity.xmlenc.EncryptedData encryptedData,
com.sun.identity.xmlenc.EncryptedKey encryptedKey)
encryptedData - Encrypted data.encryptedKey - Encrypted key.| Method Detail |
public void setEncryptedData(com.sun.identity.xmlenc.EncryptedData data)
data - encrypted data element.public com.sun.identity.xmlenc.EncryptedData getEncryptedData()
public com.sun.identity.xmlenc.EncryptedKey getEncryptedKey()
public void setEncryptedKey(com.sun.identity.xmlenc.EncryptedKey key)
key - encrypted key element.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||