Class EncryptedElementType

java.lang.Object
org.keycloak.dom.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:
[email protected]
See Also:
  • Field Details

    • encryptedElement

      protected Element encryptedElement
  • Constructor Details

    • EncryptedElementType

      public EncryptedElementType()
    • EncryptedElementType

      public EncryptedElementType(Element el)
  • Method Details

    • getEncryptedElement

      public Element getEncryptedElement()
    • setEncryptedElement

      public void setEncryptedElement(Element encryptedElement)