Class EncryptedAssertionImpl

java.lang.Object
org.projecthusky.xua.saml2.impl.EncryptedAssertionImpl
All Implemented Interfaces:
SecurityHeaderElement, SecurityObject<org.opensaml.saml.saml2.core.EncryptedAssertion>, EncryptedAssertion

public class EncryptedAssertionImpl extends Object implements EncryptedAssertion, SecurityObject<org.opensaml.saml.saml2.core.EncryptedAssertion>
Implementation class of EncryptedAssertion
Implementations Klasse von EncryptedAssertion
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    EncryptedAssertionImpl(org.opensaml.saml.saml2.core.EncryptedAssertion aInnerObject)
    Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensaml.saml.saml2.core.EncryptedAssertion
    Method to get the wrapped object. Methode um das gewrappte Objekt zu erhalten.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EncryptedAssertionImpl

      protected EncryptedAssertionImpl(org.opensaml.saml.saml2.core.EncryptedAssertion aInnerObject)
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
      Parameters:
      aInnerObject - the EncryptedAssertion
  • Method Details