Interface KeyInfoConfirmationDataType

All Superinterfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, SAMLObject, SubjectConfirmationData, XMLObject
All Known Implementing Classes:
KeyInfoConfirmationDataTypeImpl

public interface KeyInfoConfirmationDataType extends SubjectConfirmationData
SAML 2.0 Core KeyInfoConfirmationDataType.
  • Field Details

    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getKeyInfos

      List<XMLObject> getKeyInfos()
      Get the list of child KeyInfo elements.
      Returns:
      list of child KeyInfo elements