org.apache.ws.security.saml
Class SAMLKeyInfo
java.lang.Object
org.apache.ws.security.saml.SAMLKeyInfo
public class SAMLKeyInfo
- extends java.lang.Object
This holds key/cert information extracted from a SAML assertion
Constructor Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLKeyInfo
public SAMLKeyInfo(org.opensaml.SAMLAssertion assertions,
java.security.cert.X509Certificate[] certs)
SAMLKeyInfo
public SAMLKeyInfo(org.opensaml.SAMLAssertion assertions,
byte[] secret)
SAMLKeyInfo
public SAMLKeyInfo(org.opensaml.SAMLAssertion assertions,
java.security.PublicKey publicKey)
getCerts
public java.security.cert.X509Certificate[] getCerts()
getSecret
public byte[] getSecret()
getPublicKey
public java.security.PublicKey getPublicKey()
getAssertion
public org.opensaml.SAMLAssertion getAssertion()
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.