Class SimpleSignatureContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.saml.saml2.binding.decoding.impl.SimpleSignatureContext
All Implemented Interfaces:
Iterable<BaseContext>

public class SimpleSignatureContext extends BaseContext
Context implementation holding data related to SAML 2 "simple signature" evaluation.
  • Field Details

    • signedContent

      @Nullable private byte[] signedContent
      The signed content over which signature evaluation will be performed.
  • Constructor Details

    • SimpleSignatureContext

      public SimpleSignatureContext()
  • Method Details

    • getSignedContent

      @Nullable public byte[] getSignedContent()
      Get the signed content over which signature evaluation will be performed.
      Returns:
      the signed content
    • setSignedContent

      public void setSignedContent(@Nullable byte[] content)
      Set the signed content over which signature evaluation will be performed.
      Parameters:
      content - the signed content