1.
Forward-lock method
·
Jar file wrapped into the DRM message.(a message
containing a media object and optional rights object)
->MIDlet-Jar-Url
里面指向的是
DRM
message(Jar)
->
对于用户来说下载户过程和没有保护的下载一样
·
In case when the JAD file is present / If there is
no JAD file available
->JAD
文件存在的
case
1.
通过应用程序下载
JAD
2.
如果用户愿意下载
MIDlet Suite,
通过
MIDlet-Jar-URL
找到
DRM Message
。
->
没有
JAD
文件的
case
1.
立刻开始下载
DRM Message
->DRM
message
:
application/vnd.oma.drm.message
MIME type
·
After download message, the process continues as in
MIDP OTA download
->JAD
file
的
MIDlet-Jar-Size
一直是和
JAR file
的大小比较,而不是和
DRM message
的大小比较。
(取大小的时候不是取下载包大小,而是从
message
中间提出
Jar
后看大小)
·
MIDP installation status reporting is also done as
normal but need a new code
->Non-Acceptable
Content 503
1.
检查取得的
DRM message
的有效性(设备解析不了的时候无效)
2.
解析原则参考
DRM Content
Format
(解析函数什么地方???)
posted on 2006-03-24 20:09
Yama的家 阅读(1115)
评论(0) 编辑 收藏 引用 所属分类:
DRM, 网络安全,security