com.sun.identity.saml2.assertion
Interface EncryptedElement

All Known Subinterfaces:
EncryptedAssertion, EncryptedAttribute, EncryptedID, NewEncryptedID

public interface EncryptedElement

The EncryptedElement carries the content of an unencrypted identifier in encrypted fasion. It contains an EncryptedData and zero or more EncryptedKeys.


Method Summary
 java.lang.String toXMLString()
          Returns a String representation
 java.lang.String toXMLString(boolean includeNSPrefix, boolean declareNS)
          Returns a String representation
 

Method Detail

toXMLString

public java.lang.String toXMLString(boolean includeNSPrefix,
                                    boolean declareNS)
                             throws SAML2Exception
Returns a String representation

Parameters:
includeNSPrefix - Determines whether or not the namespace qualifier is prepended to the Element when converted
declareNS - Determines whether or not the namespace is declared within the Element.
Returns:
A String representation
Throws:
SAML2Exception - if something is wrong during conversion

toXMLString

public java.lang.String toXMLString()
                             throws SAML2Exception
Returns a String representation

Returns:
A String representation
Throws:
SAML2Exception - if something is wrong during conversion


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.