public class SAML2KeyInfo extends Object
| Constructor and Description |
|---|
SAML2KeyInfo(org.opensaml.saml2.core.Assertion assertions,
byte[] secret) |
SAML2KeyInfo(org.opensaml.saml2.core.Assertion assertions,
X509Certificate[] certs) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml2.core.Assertion |
getAssertion() |
X509Certificate[] |
getCerts() |
byte[] |
getSecret() |
public SAML2KeyInfo(org.opensaml.saml2.core.Assertion assertions,
X509Certificate[] certs)
public SAML2KeyInfo(org.opensaml.saml2.core.Assertion assertions,
byte[] secret)
public X509Certificate[] getCerts()
public byte[] getSecret()
public org.opensaml.saml2.core.Assertion getAssertion()
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.