Class AlgorithmIdentifierType

java.lang.Object
org.apache.xml.security.binding.xmlenc11.AlgorithmIdentifierType
Direct Known Subclasses:
MGFType, PRFAlgorithmIdentifierType

public class AlgorithmIdentifierType extends Object

Java class for AlgorithmIdentifierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AlgorithmIdentifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Parameters" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
       <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • parameters

      protected Object parameters
    • algorithm

      protected String algorithm
  • Constructor Details

    • AlgorithmIdentifierType

      public AlgorithmIdentifierType()
  • Method Details

    • getParameters

      public Object getParameters()
      Gets the value of the parameters property.
      Returns:
      possible object is Object
    • setParameters

      public void setParameters(Object value)
      Sets the value of the parameters property.
      Parameters:
      value - allowed object is Object
    • getAlgorithm

      public String getAlgorithm()
      Gets the value of the algorithm property.
      Returns:
      possible object is String
    • setAlgorithm

      public void setAlgorithm(String value)
      Sets the value of the algorithm property.
      Parameters:
      value - allowed object is String