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.void
setAlgorithm
(String value) Sets the value of the algorithm property.void
setParameters
(Object value) Sets the value of the parameters property.
-
Field Details
-
parameters
-
algorithm
-
-
Constructor Details
-
AlgorithmIdentifierType
public AlgorithmIdentifierType()
-
-
Method Details
-
getParameters
Gets the value of the parameters property.- Returns:
- possible object is
Object
-
setParameters
Sets the value of the parameters property.- Parameters:
value
- allowed object isObject
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
Sets the value of the algorithm property.- Parameters:
value
- allowed object isString
-