Class AlgorithmIdentifierType
java.lang.Object
org.apache.xml.security.binding.xmlenc11.AlgorithmIdentifierType
- Direct Known Subclasses:
MGFType, PRFAlgorithmIdentifierType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.Gets the value of the parameters property.voidsetAlgorithm(String value) Sets the value of the algorithm property.voidsetParameters(Object value) Sets the value of the parameters property.
-
Field Details
-
parameters
-
algorithm
-
-
Constructor Details
-
AlgorithmIdentifierType
public AlgorithmIdentifierType()
-
-
Method Details
-
getParameters
-
setParameters
-
getAlgorithm
-
setAlgorithm
-