Class CanonicalizationMethodType
java.lang.Object
org.keycloak.dom.xmlsec.w3.xmldsig.CanonicalizationMethodType
Java class for CanonicalizationMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CanonicalizationMethodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</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.voidsetContent(Object content)
-
Field Details
-
algorithm
-
-
Constructor Details
-
CanonicalizationMethodType
-
-
Method Details
-
setContent
-
getContent
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-