public class SAMLKeyInfo extends Object
Constructor and Description |
---|
SAMLKeyInfo() |
SAMLKeyInfo(byte[] secret) |
SAMLKeyInfo(PublicKey publicKey) |
SAMLKeyInfo(X509Certificate[] certs) |
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getCerts() |
PrivateKey |
getPrivateKey() |
PublicKey |
getPublicKey() |
byte[] |
getSecret() |
void |
setCerts(X509Certificate[] certs) |
void |
setPrivateKey(PrivateKey privateKey) |
void |
setPublicKey(PublicKey publicKey) |
void |
setSecret(byte[] secret) |
public SAMLKeyInfo()
public SAMLKeyInfo(X509Certificate[] certs)
public SAMLKeyInfo(byte[] secret)
public SAMLKeyInfo(PublicKey publicKey)
public X509Certificate[] getCerts()
public void setCerts(X509Certificate[] certs)
public byte[] getSecret()
public void setSecret(byte[] secret)
public PublicKey getPublicKey()
public void setPublicKey(PublicKey publicKey)
public PrivateKey getPrivateKey()
public void setPrivateKey(PrivateKey privateKey)
Copyright © 2016 JBoss by Red Hat. All rights reserved.