Class PBKDF2ParameterType


  • public class PBKDF2ParameterType
    extends java.lang.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>
     
    • Constructor Detail

      • PBKDF2ParameterType

        public PBKDF2ParameterType()
    • Method Detail

      • getIterationCount

        public java.math.BigInteger getIterationCount()
        Gets the value of the iterationCount property.
        Returns:
        possible object is BigInteger
      • setIterationCount

        public void setIterationCount​(java.math.BigInteger value)
        Sets the value of the iterationCount property.
        Parameters:
        value - allowed object is BigInteger
      • getKeyLength

        public java.math.BigInteger getKeyLength()
        Gets the value of the keyLength property.
        Returns:
        possible object is BigInteger
      • setKeyLength

        public void setKeyLength​(java.math.BigInteger value)
        Sets the value of the keyLength property.
        Parameters:
        value - allowed object is BigInteger