org.apache.ws.security.saml
Class SAMLKeyInfo

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

public class SAMLKeyInfo
extends Object

This holds key/cert information extracted from a SAML assertion


Constructor Summary
SAMLKeyInfo(byte[] secret)
           
SAMLKeyInfo(PublicKey publicKey)
           
SAMLKeyInfo(X509Certificate[] certs)
           
 
Method Summary
 X509Certificate[] getCerts()
           
 PublicKey getPublicKey()
           
 byte[] getSecret()
           
 void setCerts(X509Certificate[] certs)
           
 void setPublicKey(PublicKey publicKey)
           
 void setSecret(byte[] secret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLKeyInfo

public SAMLKeyInfo(X509Certificate[] certs)

SAMLKeyInfo

public SAMLKeyInfo(byte[] secret)

SAMLKeyInfo

public SAMLKeyInfo(PublicKey publicKey)
Method Detail

getCerts

public X509Certificate[] getCerts()

setCerts

public void setCerts(X509Certificate[] certs)

getSecret

public byte[] getSecret()

setSecret

public void setSecret(byte[] secret)

getPublicKey

public PublicKey getPublicKey()

setPublicKey

public void setPublicKey(PublicKey publicKey)


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