public class SecurityInfoDTO extends DTO
This class is used as union. SecurityInfoType field indicates which type of content is stored.
Modifier and Type | Class and Description |
---|---|
static class |
SecurityInfoDTO.SecurityInfoType
Enum SecurityInfoType
|
Modifier and Type | Field and Description |
---|---|
GenericDTO |
dasRequest
Das Request
|
GenericDTO |
dasResponse
Das Response
|
byte[] |
escertkeMessage
Escertke Message
|
String |
esprimObject
Esprim Object
|
GenericDTO |
esprimRandObject
Esprim Rand Object
|
SecurityInfoDTO.SecurityInfoType |
securityInfoType
Security Info Type
|
Constructor and Description |
---|
SecurityInfoDTO() |
public SecurityInfoDTO.SecurityInfoType securityInfoType
public GenericDTO dasRequest
public GenericDTO dasResponse
public GenericDTO esprimRandObject
public String esprimObject
public byte[] escertkeMessage
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0