Package org.apache.rahas.impl.util
Class SAML2KeyInfo
java.lang.Object
org.apache.rahas.impl.util.SAML2KeyInfo
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 Summary
ConstructorsConstructorDescriptionSAML2KeyInfo
(org.opensaml.saml.saml2.core.Assertion assertions, byte[] secret) SAML2KeyInfo
(org.opensaml.saml.saml2.core.Assertion assertions, X509Certificate[] certs) -
Method Summary
-
Constructor Details
-
SAML2KeyInfo
-
SAML2KeyInfo
public SAML2KeyInfo(org.opensaml.saml.saml2.core.Assertion assertions, byte[] secret)
-
-
Method Details
-
getCerts
-
getSecret
public byte[] getSecret() -
getAssertion
public org.opensaml.saml.saml2.core.Assertion getAssertion()
-