org.apache.ws.security.saml
Class SAML2KeyInfo

java.lang.Object
  extended by org.apache.ws.security.saml.SAML2KeyInfo

public class SAML2KeyInfo
extends Object

This holds key/cert information extracted from a SAML2.0 assertion


Constructor Summary
SAML2KeyInfo(org.opensaml.saml2.core.Assertion assertions, byte[] secret)
           
SAML2KeyInfo(org.opensaml.saml2.core.Assertion assertions, X509Certificate[] certs)
           
 
Method Summary
 org.opensaml.saml2.core.Assertion getAssertion()
           
 X509Certificate[] getCerts()
           
 byte[] getSecret()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAML2KeyInfo

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

SAML2KeyInfo

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

getCerts

public X509Certificate[] getCerts()

getSecret

public byte[] getSecret()

getAssertion

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


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.