Class PBKDF2ParameterType.Salt
- java.lang.Object
-
- org.apache.xml.security.binding.xmlenc11.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AlgorithmIdentifierType
otherSource
protected byte[]
specified
-
Constructor Summary
Constructors Constructor Description Salt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmIdentifierType
getOtherSource()
Gets the value of the otherSource property.byte[]
getSpecified()
Gets the value of the specified property.void
setOtherSource(AlgorithmIdentifierType value)
Sets the value of the otherSource property.void
setSpecified(byte[] value)
Sets the value of the specified property.
-
-
-
Field Detail
-
specified
protected byte[] specified
-
otherSource
protected AlgorithmIdentifierType otherSource
-
-
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[]
-
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 isAlgorithmIdentifierType
-
-