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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum SecurityInfoType -
Field Summary
FieldsModifier and TypeFieldDescriptionDas RequestDas Responsebyte[]
Escertke MessageEsprim ObjectEsprim Rand ObjectSecurity Info Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
securityInfoType
Security Info Type- See Also:
-
dasRequest
Das Request -
dasResponse
Das Response -
esprimRandObject
Esprim Rand Object -
esprimObject
Esprim Object -
escertkeMessage
public byte[] escertkeMessageEscertke Message
-
-
Constructor Details
-
SecurityInfoDTO
public SecurityInfoDTO()
-