Class PBKDF2ParameterType.Salt
java.lang.Object
org.apache.xml.security.binding.xmlenc11.PBKDF2ParameterType.Salt
- Enclosing class:
- PBKDF2ParameterType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the otherSource property.byte[]
Gets the value of the specified property.void
Sets the value of the otherSource property.void
setSpecified
(byte[] value) Sets the value of the specified property.
-
Field Details
-
specified
protected byte[] specified -
otherSource
-
-
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
Gets the value of the otherSource property.- Returns:
- possible object is
AlgorithmIdentifierType
-
setOtherSource
Sets the value of the otherSource property.- Parameters:
value
- allowed object isAlgorithmIdentifierType
-