Class SAML2KeyInfo

java.lang.Object
org.apache.rahas.impl.util.SAML2KeyInfo

public class SAML2KeyInfo extends Object
TODO : This class should be moved to WSS4J once a new version of it is avaliable This class holds the secrets contained in a SAML2 token.
  • Constructor Details

    • SAML2KeyInfo

      public SAML2KeyInfo(org.opensaml.saml.saml2.core.Assertion assertions, X509Certificate[] certs)
    • SAML2KeyInfo

      public SAML2KeyInfo(org.opensaml.saml.saml2.core.Assertion assertions, byte[] secret)
  • Method Details

    • getCerts

      public X509Certificate[] getCerts()
    • getSecret

      public byte[] getSecret()
    • getAssertion

      public org.opensaml.saml.saml2.core.Assertion getAssertion()