Package com.sun.xml.ws.security.opt.api
Interface EncryptedKey
-
- All Superinterfaces:
XMLStructure
- All Known Implementing Classes:
JAXBEncryptedKey
public interface EncryptedKey extends XMLStructure
- Author:
- K.Venugopal@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeygetKey()ReferenceListgetReferenceList()voidsetReferenceList(ReferenceList list)-
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
-
-
-
Method Detail
-
getReferenceList
ReferenceList getReferenceList()
- Returns:
-
setReferenceList
void setReferenceList(ReferenceList list)
- Parameters:
list-
-
getKey
Key getKey()
- Returns:
-
-