Class PBKDF2ParameterType
java.lang.Object
org.apache.xml.security.binding.xmlenc11.PBKDF2ParameterType
Java class for PBKDF2ParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PBKDF2ParameterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Salt"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Specified" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="OtherSource" type="{http://www.w3.org/2009/xmlenc11#}AlgorithmIdentifierType"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="IterationCount" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="KeyLength" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="PRF" type="{http://www.w3.org/2009/xmlenc11#}PRFAlgorithmIdentifierType"/> </sequence> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigInteger
protected BigInteger
protected PRFAlgorithmIdentifierType
protected PBKDF2ParameterType.Salt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the iterationCount property.Gets the value of the keyLength property.getPRF()
Gets the value of the prf property.getSalt()
Gets the value of the salt property.void
setIterationCount
(BigInteger value) Sets the value of the iterationCount property.void
setKeyLength
(BigInteger value) Sets the value of the keyLength property.void
setPRF
(PRFAlgorithmIdentifierType value) Sets the value of the prf property.void
setSalt
(PBKDF2ParameterType.Salt value) Sets the value of the salt property.
-
Field Details
-
salt
-
iterationCount
-
keyLength
-
prf
-
-
Constructor Details
-
PBKDF2ParameterType
public PBKDF2ParameterType()
-
-
Method Details
-
getSalt
Gets the value of the salt property.- Returns:
- possible object is
PBKDF2ParameterType.Salt
-
setSalt
Sets the value of the salt property.- Parameters:
value
- allowed object isPBKDF2ParameterType.Salt
-
getIterationCount
Gets the value of the iterationCount property.- Returns:
- possible object is
BigInteger
-
setIterationCount
Sets the value of the iterationCount property.- Parameters:
value
- allowed object isBigInteger
-
getKeyLength
Gets the value of the keyLength property.- Returns:
- possible object is
BigInteger
-
setKeyLength
Sets the value of the keyLength property.- Parameters:
value
- allowed object isBigInteger
-
getPRF
Gets the value of the prf property.- Returns:
- possible object is
PRFAlgorithmIdentifierType
-
setPRF
Sets the value of the prf property.- Parameters:
value
- allowed object isPRFAlgorithmIdentifierType
-