Class SAMLKeyInfo


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

      • SAMLKeyInfo

        public SAMLKeyInfo()
      • SAMLKeyInfo

        public SAMLKeyInfo​(byte[] secret)
      • SAMLKeyInfo

        public SAMLKeyInfo​(PublicKey publicKey)
    • Method Detail

      • getSecret

        public byte[] getSecret()
      • setSecret

        public void setSecret​(byte[] secret)
      • getPublicKey

        public PublicKey getPublicKey()
      • setPublicKey

        public void setPublicKey​(PublicKey publicKey)