Class PBKDF2ParameterType.Salt

java.lang.Object
org.apache.xml.security.binding.xmlenc11.PBKDF2ParameterType.Salt
Enclosing class:
PBKDF2ParameterType

public static class PBKDF2ParameterType.Salt extends 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>
 
  • Field Details

  • Constructor Details

    • Salt

      public Salt()
  • Method Details

    • 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[]
    • getOtherSource

      public AlgorithmIdentifierType getOtherSource()
      Gets the value of the otherSource property.
      Returns:
      possible object is AlgorithmIdentifierType
    • setOtherSource

      public void setOtherSource(AlgorithmIdentifierType value)
      Sets the value of the otherSource property.
      Parameters:
      value - allowed object is AlgorithmIdentifierType