public class PBKDF2ParameterType extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
PBKDF2ParameterType.Salt
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
iterationCount |
protected BigInteger |
keyLength |
protected PRFAlgorithmIdentifierType |
prf |
protected PBKDF2ParameterType.Salt |
salt |
| Constructor and Description |
|---|
PBKDF2ParameterType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getIterationCount()
Gets the value of the iterationCount property.
|
BigInteger |
getKeyLength()
Gets the value of the keyLength property.
|
PRFAlgorithmIdentifierType |
getPRF()
Gets the value of the prf property.
|
PBKDF2ParameterType.Salt |
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.
|
protected PBKDF2ParameterType.Salt salt
protected BigInteger iterationCount
protected BigInteger keyLength
protected PRFAlgorithmIdentifierType prf
public PBKDF2ParameterType.Salt getSalt()
PBKDF2ParameterType.Saltpublic void setSalt(PBKDF2ParameterType.Salt value)
value - allowed object is
PBKDF2ParameterType.Saltpublic BigInteger getIterationCount()
BigIntegerpublic void setIterationCount(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getKeyLength()
BigIntegerpublic void setKeyLength(BigInteger value)
value - allowed object is
BigIntegerpublic PRFAlgorithmIdentifierType getPRF()
PRFAlgorithmIdentifierTypepublic void setPRF(PRFAlgorithmIdentifierType value)
value - allowed object is
PRFAlgorithmIdentifierTypeCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.