Package org.osgi.service.onem2m.dto
Class SecurityInfoDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.onem2m.dto.SecurityInfoDTO
-
public class SecurityInfoDTO extends org.osgi.dto.DTO
DTO expresses Security Info.This class is used as union. SecurityInfoType field indicates which type of content is stored.
- See Also:
- oenM2M TS-0004 6.3.5.48
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SecurityInfoDTO.SecurityInfoType
Enum SecurityInfoType
-
Field Summary
Fields Modifier and Type Field Description GenericDTO
dasRequest
Das RequestGenericDTO
dasResponse
Das Responsebyte[]
escertkeMessage
Escertke Messagejava.lang.String
esprimObject
Esprim ObjectGenericDTO
esprimRandObject
Esprim Rand ObjectSecurityInfoDTO.SecurityInfoType
securityInfoType
Security Info Type
-
Constructor Summary
Constructors Constructor Description SecurityInfoDTO()
-
-
-
Field Detail
-
securityInfoType
public SecurityInfoDTO.SecurityInfoType securityInfoType
Security Info Type- See Also:
- oenM2M TS-0004 6.3.4.2.35
-
dasRequest
public GenericDTO dasRequest
Das Request
-
dasResponse
public GenericDTO dasResponse
Das Response
-
esprimRandObject
public GenericDTO esprimRandObject
Esprim Rand Object
-
esprimObject
public java.lang.String esprimObject
Esprim Object
-
escertkeMessage
public byte[] escertkeMessage
Escertke Message
-
-