Package ndg :: Package saml :: Package saml2 :: Module core :: Class EncryptedElementType
[hide private]

Class EncryptedElementType

source code


SAML 2.0 Core EncryptedElementType

Instance Methods [hide private]
 
_getEncryptedData(self)
Get the EncryptedData child element.
source code
 
_setEncryptedData(self, value)
Set the EncryptedData child element.
source code
 
_getEncryptedKeys(self)
A list of EncryptedKey child elements.
source code

Inherited from common.SAMLObject: __getstate__, __init__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from common.SAMLObject: fromXML, toXML

Class Variables [hide private]
string TYPE_LOCAL_NAME = 'EncryptedElementType'
Local name of the XSI type.
string TYPE_NAME = QName(SAMLConstants.SAML20_NS, TYPE_LOCAL_NAME, SA...
QName of the XSI type.

Inherited from common.SAMLObject: DEFAULT_ELEMENT_LOCAL_NAME

Properties [hide private]

Inherited from common.SAMLObject: qname

Inherited from object: __class__

Method Details [hide private]

_getEncryptedData(self)

source code 

Get the EncryptedData child element. Not currently implemented

Returns:
the EncryptedData child element

_setEncryptedData(self, value)

source code 

Set the EncryptedData child element. Not currently implemented

Parameters:
  • value - the new EncryptedData child element

_getEncryptedKeys(self)

source code 

A list of EncryptedKey child elements. Not currently implemented

Returns:
a list of EncryptedKey child elements

Class Variable Details [hide private]

TYPE_NAME

QName of the XSI type.
Type:
string
Value:
QName(SAMLConstants.SAML20_NS, TYPE_LOCAL_NAME, SAMLConstants.SAML20_P\
REFIX)