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.DTODTO 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 classSecurityInfoDTO.SecurityInfoTypeEnum SecurityInfoType
-
Field Summary
Fields Modifier and Type Field Description GenericDTOdasRequestDas RequestGenericDTOdasResponseDas Responsebyte[]escertkeMessageEscertke Messagejava.lang.StringesprimObjectEsprim ObjectGenericDTOesprimRandObjectEsprim Rand ObjectSecurityInfoDTO.SecurityInfoTypesecurityInfoTypeSecurity 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
-
-