public static class KeyManagementScheme.DUKPT 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">
<sequence>
<element name="Operation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}OperationType"/>
<element name="Mode">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="DeviceInfo">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="EncryptedData">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyManagementScheme.DUKPT.DeviceInfo
Java class for anonymous complex type.
|
static class |
KeyManagementScheme.DUKPT.EncryptedData
Java class for anonymous complex type.
|
static class |
KeyManagementScheme.DUKPT.Mode
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyManagementScheme.DUKPT.DeviceInfo |
deviceInfo |
protected KeyManagementScheme.DUKPT.EncryptedData |
encryptedData |
protected KeyManagementScheme.DUKPT.Mode |
mode |
protected OperationType |
operation |
| Constructor and Description |
|---|
DUKPT() |
| Modifier and Type | Method and Description |
|---|---|
KeyManagementScheme.DUKPT.DeviceInfo |
getDeviceInfo()
Gets the value of the deviceInfo property.
|
KeyManagementScheme.DUKPT.EncryptedData |
getEncryptedData()
Gets the value of the encryptedData property.
|
KeyManagementScheme.DUKPT.Mode |
getMode()
Gets the value of the mode property.
|
OperationType |
getOperation()
Gets the value of the operation property.
|
void |
setDeviceInfo(KeyManagementScheme.DUKPT.DeviceInfo value)
Sets the value of the deviceInfo property.
|
void |
setEncryptedData(KeyManagementScheme.DUKPT.EncryptedData value)
Sets the value of the encryptedData property.
|
void |
setMode(KeyManagementScheme.DUKPT.Mode value)
Sets the value of the mode property.
|
void |
setOperation(OperationType value)
Sets the value of the operation property.
|
protected OperationType operation
protected KeyManagementScheme.DUKPT.Mode mode
protected KeyManagementScheme.DUKPT.DeviceInfo deviceInfo
protected KeyManagementScheme.DUKPT.EncryptedData encryptedData
public OperationType getOperation()
OperationTypepublic void setOperation(OperationType value)
value - allowed object is
OperationTypepublic KeyManagementScheme.DUKPT.Mode getMode()
KeyManagementScheme.DUKPT.Modepublic void setMode(KeyManagementScheme.DUKPT.Mode value)
value - allowed object is
KeyManagementScheme.DUKPT.Modepublic KeyManagementScheme.DUKPT.DeviceInfo getDeviceInfo()
KeyManagementScheme.DUKPT.DeviceInfopublic void setDeviceInfo(KeyManagementScheme.DUKPT.DeviceInfo value)
value - allowed object is
KeyManagementScheme.DUKPT.DeviceInfopublic KeyManagementScheme.DUKPT.EncryptedData getEncryptedData()
KeyManagementScheme.DUKPT.EncryptedDatapublic void setEncryptedData(KeyManagementScheme.DUKPT.EncryptedData value)
value - allowed object is
KeyManagementScheme.DUKPT.EncryptedDataCopyright © 2021. All rights reserved.