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