Interface KeyInfoConfirmationData

All Superinterfaces:
SubjectConfirmationData, XmlSerializable

@SupportedAll public interface KeyInfoConfirmationData extends SubjectConfirmationData
The KeyInfoConfirmationData constrains a SubjectConfirmationData element to contain one or more ds:KeyInfo elements that identify cryptographic keys that are used in some way to authenticate an attesting entity. The particular confirmation method MUST define the exact mechanism by which the confirmation data can be used. The optional attributes defined by SubjectConfirmationData MAY also appear.
  • Method Details

    • getKeyInfo

      List getKeyInfo()
      Returns the key info
      Returns:
      the key info
    • setKeyInfo

      void setKeyInfo(List info) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the key info
      Parameters:
      info - the key info
      Throws:
      com.sun.identity.saml2.common.SAML2Exception