Package org.apache.wss4j.common.saml
Class SAMLKeyInfo
java.lang.Object
org.apache.wss4j.common.saml.SAMLKeyInfo
This holds key/cert information extracted from a SAML assertion
-
Constructor Summary
ConstructorsConstructorDescriptionSAMLKeyInfo(byte[] secret) SAMLKeyInfo(X509Certificate[] certs) SAMLKeyInfo(PublicKey publicKey) -
Method Summary
Modifier and TypeMethodDescriptiongetCerts()byte[]voidsetCerts(X509Certificate[] certs) voidsetPublicKey(PublicKey publicKey) voidsetSecret(byte[] secret)
-
Constructor Details
-
SAMLKeyInfo
public SAMLKeyInfo() -
SAMLKeyInfo
-
SAMLKeyInfo
public SAMLKeyInfo(byte[] secret) -
SAMLKeyInfo
-
-
Method Details
-
getCerts
-
setCerts
-
getSecret
public byte[] getSecret() -
setSecret
public void setSecret(byte[] secret) -
getPublicKey
-
setPublicKey
-