public class SAMLKeyInfo
extends java.lang.Object
| Constructor and Description |
|---|
SAMLKeyInfo(org.opensaml.SAMLAssertion assertions,
byte[] secret) |
SAMLKeyInfo(org.opensaml.SAMLAssertion assertions,
java.security.PublicKey publicKey) |
SAMLKeyInfo(org.opensaml.SAMLAssertion assertions,
java.security.cert.X509Certificate[] certs) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.SAMLAssertion |
getAssertion() |
java.security.cert.X509Certificate[] |
getCerts() |
java.security.PublicKey |
getPublicKey() |
byte[] |
getSecret() |
public SAMLKeyInfo(org.opensaml.SAMLAssertion assertions,
java.security.cert.X509Certificate[] certs)
public SAMLKeyInfo(org.opensaml.SAMLAssertion assertions,
byte[] secret)
public SAMLKeyInfo(org.opensaml.SAMLAssertion assertions,
java.security.PublicKey publicKey)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.