org.apache.ws.security.saml
Class SAML2KeyInfo
java.lang.Object
org.apache.ws.security.saml.SAML2KeyInfo
public class SAML2KeyInfo
- extends Object
This holds key/cert information extracted from a SAML2.0 assertion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAML2KeyInfo
public SAML2KeyInfo(org.opensaml.saml2.core.Assertion assertions,
X509Certificate[] certs)
SAML2KeyInfo
public SAML2KeyInfo(org.opensaml.saml2.core.Assertion assertions,
byte[] secret)
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.