Class AlgorithmType
- java.lang.Object
-
- org.apache.xml.security.configuration.AlgorithmType
-
public class AlgorithmType extends Object
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 Modifier and Type Field Description protected String
algorithmClass
protected String
description
protected Integer
ivLength
protected String
jceName
protected String
jceProvider
protected Integer
keyLength
protected String
requiredKey
protected String
requirementLevel
protected String
specificationURL
protected String
uri
protected String
value
-
Constructor Summary
Constructors Constructor Description AlgorithmType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgorithmClass()
Gets the value of the algorithmClass property.String
getDescription()
Gets the value of the description property.Integer
getIVLength()
Gets the value of the ivLength property.String
getJCEName()
Gets the value of the jceName property.String
getJCEProvider()
Gets the value of the jceProvider property.Integer
getKeyLength()
Gets the value of the keyLength property.String
getRequiredKey()
Gets the value of the requiredKey property.String
getRequirementLevel()
Gets the value of the requirementLevel property.String
getSpecificationURL()
Gets the value of the specificationURL property.String
getURI()
Gets the value of the uri property.String
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
setURI(String value)
Sets the value of the uri property.void
setValue(String value)
Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
uri
protected String uri
-
description
protected String description
-
algorithmClass
protected String algorithmClass
-
requirementLevel
protected String requirementLevel
-
specificationURL
protected String specificationURL
-
jceProvider
protected String jceProvider
-
jceName
protected String jceName
-
keyLength
protected Integer keyLength
-
ivLength
protected Integer ivLength
-
requiredKey
protected String requiredKey
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getURI
public String getURI()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
public void setURI(String value)
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getAlgorithmClass
public String getAlgorithmClass()
Gets the value of the algorithmClass property.- Returns:
- possible object is
String
-
setAlgorithmClass
public void setAlgorithmClass(String value)
Sets the value of the algorithmClass property.- Parameters:
value
- allowed object isString
-
getRequirementLevel
public String getRequirementLevel()
Gets the value of the requirementLevel property.- Returns:
- possible object is
String
-
setRequirementLevel
public void setRequirementLevel(String value)
Sets the value of the requirementLevel property.- Parameters:
value
- allowed object isString
-
getSpecificationURL
public String getSpecificationURL()
Gets the value of the specificationURL property.- Returns:
- possible object is
String
-
setSpecificationURL
public void setSpecificationURL(String value)
Sets the value of the specificationURL property.- Parameters:
value
- allowed object isString
-
getJCEProvider
public String getJCEProvider()
Gets the value of the jceProvider property.- Returns:
- possible object is
String
-
setJCEProvider
public void setJCEProvider(String value)
Sets the value of the jceProvider property.- Parameters:
value
- allowed object isString
-
getJCEName
public String getJCEName()
Gets the value of the jceName property.- Returns:
- possible object is
String
-
setJCEName
public void setJCEName(String value)
Sets the value of the jceName property.- Parameters:
value
- allowed object isString
-
getKeyLength
public Integer getKeyLength()
Gets the value of the keyLength property.- Returns:
- possible object is
Integer
-
setKeyLength
public void setKeyLength(Integer value)
Sets the value of the keyLength property.- Parameters:
value
- allowed object isInteger
-
getIVLength
public Integer getIVLength()
Gets the value of the ivLength property.- Returns:
- possible object is
Integer
-
setIVLength
public void setIVLength(Integer value)
Sets the value of the ivLength property.- Parameters:
value
- allowed object isInteger
-
getRequiredKey
public String getRequiredKey()
Gets the value of the requiredKey property.- Returns:
- possible object is
String
-
-