public class Parameter extends Object
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="InitialisationVector" type="{}InitialisationVector" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
initialisationVector
The Initialisation vector.
|
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getInitialisationVector()
Gets the value of the initialisationVector property.
|
void |
setInitialisationVector(byte[] value)
Sets the value of the initialisationVector property.
|
public byte[] getInitialisationVector()
public void setInitialisationVector(byte[] value)
value - allowed object is byte[]Copyright © 2022. All rights reserved.