Class SAMLKeyInfo

java.lang.Object
org.apache.wss4j.common.saml.SAMLKeyInfo

public class SAMLKeyInfo extends Object
This holds key/cert information extracted from a SAML assertion
  • Constructor Details

    • SAMLKeyInfo

      public SAMLKeyInfo()
    • SAMLKeyInfo

      public SAMLKeyInfo(X509Certificate[] certs)
    • SAMLKeyInfo

      public SAMLKeyInfo(byte[] secret)
    • SAMLKeyInfo

      public SAMLKeyInfo(PublicKey publicKey)
  • Method Details

    • 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)