Class MGFType
java.lang.Object
org.apache.xml.security.binding.xmlenc11.AlgorithmIdentifierType
org.apache.xml.security.binding.xmlenc11.MGFType
Java class for MGFType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MGFType"> <complexContent> <restriction base="{http://www.w3.org/2009/xmlenc11#}AlgorithmIdentifierType"> <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.apache.xml.security.binding.xmlenc11.AlgorithmIdentifierType
algorithm, parameters
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.xml.security.binding.xmlenc11.AlgorithmIdentifierType
getAlgorithm, getParameters, setAlgorithm, setParameters
-
Constructor Details
-
MGFType
public MGFType()
-