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