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.void
setAlgorithmClass
(String value) Sets the value of the algorithmClass property.void
setDescription
(String value) Sets the value of the description property.void
setIVLength
(Integer value) Sets the value of the ivLength property.void
setJCEName
(String value) Sets the value of the jceName property.void
setJCEProvider
(String value) Sets the value of the jceProvider property.void
setKeyLength
(Integer value) Sets the value of the keyLength property.void
setRequiredKey
(String value) Sets the value of the requiredKey property.void
setRequirementLevel
(String value) Sets the value of the requirementLevel property.void
setSpecificationURL
(String value) Sets the value of the specificationURL property.void
Sets the value of the uri property.void
Sets 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
-