org.picketlink.identity.federation.saml.v2.assertion
Class EncryptedElementType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
encryptedElement
protected Element encryptedElement
-
EncryptedElementType
public EncryptedElementType()
EncryptedElementType
public EncryptedElementType(Element el)
getEncryptedElement
public Element getEncryptedElement()
setEncryptedElement
public void setEncryptedElement(Element encryptedElement)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.