Class KeyInfoConfirmationData

All Implemented Interfaces:
KeyInfoConfirmationData, SubjectConfirmationData

public class KeyInfoConfirmationData extends KeyInfoConfirmationDataType implements KeyInfoConfirmationData
Author:
root
  • Field Details

    • keyInfoKeyValue

      protected PublicKey keyInfoKeyValue
    • log

      protected static final Logger log
  • Constructor Details

    • KeyInfoConfirmationData

      public KeyInfoConfirmationData(Element keyInfo) throws SAMLException
      Constructs an SubjectConfirmationData instance.
      Parameters:
      keyInfo - An XML signature element that specifies a cryptographic key held by the Subject.
      Throws:
      SAMLException - if the input data is invalid or confirmationMethods is empty.
  • Method Details