Class PBKDF2ParameterType.Salt

  • Enclosing class:
    PBKDF2ParameterType

    public static class PBKDF2ParameterType.Salt
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <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>
     
    • Constructor Detail

      • Salt

        public Salt()
    • Method Detail

      • getSpecified

        public byte[] getSpecified()
        Gets the value of the specified property.
        Returns:
        possible object is byte[]
      • setSpecified

        public void setSpecified​(byte[] value)
        Sets the value of the specified property.
        Parameters:
        value - allowed object is byte[]