Interface AlgorithmIdentifierType

All Superinterfaces:
XMLObject
All Known Subinterfaces:
MGF, OtherSource, PRF
All Known Implementing Classes:
AlgorithmIdentifierTypeImpl, MGFImpl, OtherSourceImpl, PRFImpl

public interface AlgorithmIdentifierType extends XMLObject
XMLObject representing XML Encryption, version 1.1, AlgorithmIdentifierType complex type.
  • Field Details

  • Method Details

    • getAlgorithm

      @Nullable String getAlgorithm()
      Gets the algorithm URI attribute.
      Returns:
      the Algorithm attribute URI attribute string
    • setAlgorithm

      void setAlgorithm(@Nullable String newAlgorithm)
      Sets the algorithm URI attribute.
      Parameters:
      newAlgorithm - the new Algorithm URI attribute string
    • getParameters

      @Nullable XMLObject getParameters()
      Gets the Parameters child element.
      Returns:
      the Parameters child element
    • setParameters

      void setParameters(@Nullable XMLObject newParameters)
      Sets the Parameters child element.
      Parameters:
      newParameters - the new Parameters child element