Package com.adyen.model.nexo
Class Parameter
- java.lang.Object
-
- com.adyen.model.nexo.Parameter
-
public class Parameter extends Object
Definition: Parameters associated to a cryptographic algorithm -- Reference: RFC 3880: Internet X.509 Public Key Infrastructure Certificate and CertificateJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]initialisationVectorThe Initialisation vector.
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getInitialisationVector()Gets the value of the initialisationVector property.voidsetInitialisationVector(byte[] value)Sets the value of the initialisationVector property.
-
-
-
Method Detail
-
getInitialisationVector
public byte[] getInitialisationVector()
Gets the value of the initialisationVector property.- Returns:
- possible object is byte[]
-
setInitialisationVector
public void setInitialisationVector(byte[] value)
Sets the value of the initialisationVector property.- Parameters:
value- allowed object is byte[]
-
-