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
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getAlgorithmClass
Gets the value of the algorithmClass property.- Returns:
- possible object is
String
-
setAlgorithmClass
Sets the value of the algorithmClass property.- Parameters:
value- allowed object isString
-
getRequirementLevel
Gets the value of the requirementLevel property.- Returns:
- possible object is
String
-
setRequirementLevel
Sets the value of the requirementLevel property.- Parameters:
value- allowed object isString
-
getSpecificationURL
Gets the value of the specificationURL property.- Returns:
- possible object is
String
-
setSpecificationURL
Sets the value of the specificationURL property.- Parameters:
value- allowed object isString
-
getJCEProvider
Gets the value of the jceProvider property.- Returns:
- possible object is
String
-
setJCEProvider
Sets the value of the jceProvider property.- Parameters:
value- allowed object isString
-
getJCEName
Gets the value of the jceName property.- Returns:
- possible object is
String
-
setJCEName
Sets the value of the jceName property.- Parameters:
value- allowed object isString
-
getKeyLength
Gets the value of the keyLength property.- Returns:
- possible object is
Integer
-
setKeyLength
Sets the value of the keyLength property.- Parameters:
value- allowed object isInteger
-
getIVLength
Gets the value of the ivLength property.- Returns:
- possible object is
Integer
-
setIVLength
Sets the value of the ivLength property.- Parameters:
value- allowed object isInteger
-
getRequiredKey
Gets the value of the requiredKey property.- Returns:
- possible object is
String
-
setRequiredKey
Sets the value of the requiredKey property.- Parameters:
value- allowed object isString
-