org.opensaml.saml2.core
Interface EncryptedElementType

All Superinterfaces:
SAMLObject, ValidatingXMLObject, XMLObject
All Known Subinterfaces:
EncryptedAssertion, EncryptedAttribute, EncryptedID, NewEncryptedID
All Known Implementing Classes:
EncryptedAssertionImpl, EncryptedAttributeImpl, EncryptedElementTypeImpl, EncryptedIDImpl, NewEncryptedIDImpl

public interface EncryptedElementType
extends SAMLObject

SAML 2.0 Core EncryptedElementType.


Field Summary
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 EncryptedData getEncryptedData()
          Get the EncryptedData child element.
 List<EncryptedKey> getEncryptedKeys()
          A list of EncryptedKey child elements.
 void setEncryptedData(EncryptedData newEncryptedData)
          Set the EncryptedData child element.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.

Method Detail

getEncryptedData

EncryptedData getEncryptedData()
Get the EncryptedData child element.

Returns:
the EncryptedData child element

setEncryptedData

void setEncryptedData(EncryptedData newEncryptedData)
Set the EncryptedData child element.

Parameters:
newEncryptedData - the new EncryptedData child element

getEncryptedKeys

List<EncryptedKey> getEncryptedKeys()
A list of EncryptedKey child elements.

Returns:
a list of EncryptedKey child elements


Copyright © 1999-2012. All Rights Reserved.