PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.assertion
Class EncryptedElementType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.assertion.EncryptedElementType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EncryptedAssertionType

public class EncryptedElementType
extends Object
implements Serializable

Represents an element that is encrypted

Since:
Nov 24, 2010
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
protected  Element encryptedElement
          
 
Constructor Summary
EncryptedElementType()
           
EncryptedElementType(Element el)
           
 
Method Summary
 Element getEncryptedElement()
           
 void setEncryptedElement(Element encryptedElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encryptedElement

protected Element encryptedElement

Constructor Detail

EncryptedElementType

public EncryptedElementType()

EncryptedElementType

public EncryptedElementType(Element el)
Method Detail

getEncryptedElement

public Element getEncryptedElement()

setEncryptedElement

public void setEncryptedElement(Element encryptedElement)

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.