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>
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmIdentifierType |
otherSource |
protected byte[] |
specified |
| Constructor and Description |
|---|
PBKDF2ParameterType.Salt() |
| Modifier and Type | Method and 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.
|
protected byte[] specified
protected AlgorithmIdentifierType otherSource
public byte[] getSpecified()
public void setSpecified(byte[] value)
value - allowed object is
byte[]public AlgorithmIdentifierType getOtherSource()
AlgorithmIdentifierTypepublic void setOtherSource(AlgorithmIdentifierType value)
value - allowed object is
AlgorithmIdentifierTypeCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.