Class AlgorithmType
java.lang.Object
org.apache.xml.security.configuration.AlgorithmType
Java class for AlgorithmType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgorithmType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="AlgorithmClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="RequirementLevel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SpecificationURL" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="JCEProvider" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="JCEName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="KeyLength" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="IVLength" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="RequiredKey" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithmClass property.Gets the value of the description property.Gets the value of the ivLength property.Gets the value of the jceName property.Gets the value of the jceProvider property.Gets the value of the keyLength property.Gets the value of the requiredKey property.Gets the value of the requirementLevel property.Gets the value of the specificationURL property.getURI()Gets the value of the uri property.getValue()Gets the value of the value property.voidsetAlgorithmClass(String value) Sets the value of the algorithmClass property.voidsetDescription(String value) Sets the value of the description property.voidsetIVLength(Integer value) Sets the value of the ivLength property.voidsetJCEName(String value) Sets the value of the jceName property.voidsetJCEProvider(String value) Sets the value of the jceProvider property.voidsetKeyLength(Integer value) Sets the value of the keyLength property.voidsetRequiredKey(String value) Sets the value of the requiredKey property.voidsetRequirementLevel(String value) Sets the value of the requirementLevel property.voidsetSpecificationURL(String value) Sets the value of the specificationURL property.voidSets the value of the uri property.voidSets the value of the value property.
-
Field Details
-
value
-
uri
-
description
-
algorithmClass
-
requirementLevel
-
specificationURL
-
jceProvider
-
jceName
-
keyLength
-
ivLength
-
requiredKey
-
-
Constructor Details
-
AlgorithmType
public AlgorithmType()
-
-
Method Details
-
getValue
-
setValue
-
getURI
-
setURI
-
getDescription
-
setDescription
-
getAlgorithmClass
-
setAlgorithmClass
-
getRequirementLevel
-
setRequirementLevel
-
getSpecificationURL
-
setSpecificationURL
-
getJCEProvider
-
setJCEProvider
-
getJCEName
-
setJCEName
-
getKeyLength
-
setKeyLength
-
getIVLength
-
setIVLength
-
getRequiredKey
-
setRequiredKey
-