JP2013157031A - 権利表現を処理する方法 - Google Patents
権利表現を処理する方法 Download PDFInfo
- Publication number
- JP2013157031A JP2013157031A JP2013098415A JP2013098415A JP2013157031A JP 2013157031 A JP2013157031 A JP 2013157031A JP 2013098415 A JP2013098415 A JP 2013098415A JP 2013098415 A JP2013098415 A JP 2013098415A JP 2013157031 A JP2013157031 A JP 2013157031A
- Authority
- JP
- Japan
- Prior art keywords
- rights
- format
- expression
- rights expression
- document
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/10—Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
- G06F21/107—License processing; Key processing
- G06F21/1073—Conversion
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/08—Payment architectures
- G06Q20/12—Payment architectures specially adapted for electronic shopping systems
- G06Q20/123—Shopping for digital content
- G06Q20/1235—Shopping for digital content with control of digital rights management [DRM]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/38—Payment protocols; Details thereof
- G06Q20/382—Payment protocols; Details thereof insuring higher security of transaction
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/20—Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
- H04N21/25—Management operations performed by the server for facilitating the content distribution or administrating data related to end-users or client devices, e.g. end-user or client device authentication, learning user preferences for recommending movies
- H04N21/254—Management at additional data server, e.g. shopping server, rights management server
- H04N21/2541—Rights Management
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/80—Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
- H04N21/83—Generation or processing of protective or descriptive data associated with content; Content structuring
- H04N21/835—Generation of protective data, e.g. certificates
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/80—Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
- H04N21/83—Generation or processing of protective or descriptive data associated with content; Content structuring
- H04N21/835—Generation of protective data, e.g. certificates
- H04N21/8355—Generation of protective data, e.g. certificates involving usage data, e.g. number of copies or viewings allowed
- H04N21/83555—Generation of protective data, e.g. certificates involving usage data, e.g. number of copies or viewings allowed using a structured language for describing usage rules of the content, e.g. REL
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Computer Security & Cryptography (AREA)
- Theoretical Computer Science (AREA)
- Accounting & Taxation (AREA)
- Multimedia (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Signal Processing (AREA)
- General Business, Economics & Management (AREA)
- Strategic Management (AREA)
- Finance (AREA)
- Technology Law (AREA)
- Software Systems (AREA)
- Databases & Information Systems (AREA)
- Development Economics (AREA)
- Economics (AREA)
- Marketing (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Storage Device Security (AREA)
Abstract
【解決手段】元々のフォーマットの権利表現であって、1つ若しくは複数の装置における前記アイテムの使用を制御するための権利表現を前記装置によって受信し、前記権利表現の状態、および前記1つ若しくは複数の装置のうちの1つの装置のコンピュータ環境の装置情報に基づいて、前記権利表現の中間フォーマットを前記装置によって生成する。前記中間フォーマットは前記コンピュータ環境における前記アイテムの使用を制御するためのものである。
【選択図】 図1
Description
<e1 />
<e2 ></e2>
<e3 name="elem3" id="elem3" />
</doc>
and
<doc>
<e1></e1>
<e2/>
<e3 id="elem3" name="elem3"></e3>
</doc>
上記のXMLエレメントの標準形式は、
<doc>
<e1></e1>
<e2></e2>
<e3 id="elem3" name="elem3"></e3>
</doc>
である。
第1の権利表現例
<license xmlns=http://www.xrml.org/schema/2001/xrml2core
xmlns:sx=http://www.xrml.org/schema/2001/11/xrml2sx
xmlns:dsig=http://www.w3.org/2000/09/xmldsig#
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xmlns:cx=http://www.xrml.org/schema/2001/11/xrml2cx
xmlns:cm=http://www.xrml.org/schema/2001/11/xrml2compactMusic
>
<grant>
<cm:device cmid="123"/>
<cx:play/>
<cm:music cmid="456"/>
</grant>
<cm:issuerDevice>
<cm:device cmid="024"/>
</cm:issuerDevice>
</license>
第1の権利表現例に基いた、コンテクスト・テーブルを表1に示す。
01 03 04 202103123 05 22 06 232103456 09 24 00 202103024
ここで、
01 <license>
03 <grant>
04 principal [Processing instruction]
2021030123 <cm:device cmid="123"/>
05 right [Processing instruction]
22 <cx:play>
06 resource [Processing instruction]
232103456 <cm:music cmid="456"/>
09 issuer [Processing instruction]
24 <cm:issuerDevice>
00 next level
2021030024 <cm:device cmid="024"/>
XrMLベース形式の、在庫リストを含むライセンスの第2の権利表現によるコンテクスト・テーブル及びセマンティクス・テーブルを示す。
第2の権利表現例
<license xmlns=http://www.xrml.org/schema/2001/11/xrml2core
xmlns:sx=http://www.xrml.org/schema/2001/11/xrml2sx
xmlns:dsig=http://www.w3.org/2000/09/xmldsig#
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xmlns:cx=http://www.xrml.org/schema/2001/11/xrml2cx
>
<inventory>
<cx:digitalWork licensePartId="dvdMovie"><cx:metadata>
<xml>
<cx:simpleDigitalWorkMetadata>
<cx:title>Air Force One</cx:title>
</cx:simpleDigitalWorkMetadata>
</xml>
</cx:metadata>
</cx:digitalWork>
</inventory>
<grant>
<keyHolder>
<info>
<dsig:KeyValue>
<dsig:RSAKeyValue>
</dsig:RSAKeyValue>
</dsig:KeyValue>
</info>
</keyHolder>
<cx:play/>
<cx:digitalWork licensePartIDRef="dvdMovie"/>
</grant>
</license>
第2の権利表現のコンテクスト・テーブルを、表4として示す。
01 10 20 21 0022 0023 0024 00250313Air Force One 03 04 26 0027 0028 0029 05 30
06 12 20
ここで、
01 <license>
10 inventory definition [Processing instruction]
20 licensePartId="dvdMovie" <cx:digitalWorklicensePartId="dvdMovie">
21 <cx:digitalWork>
0022 next level <cx:metaData>
0023 next level <xml>
0024 next level <cx:simpleDigitalWorkMetadata>
00250313Air Force One next level <cx:title>Air Force One</cx:title>
03 <grant>
04 principal [Processing instruction]
26 <keyHolder>
0027 <info>
0028 <dsig:KeyValue>
0029 <dsif:RSAKeyValue>
05 rights [Processing instruction]
30 <cx:play>
06 resource [Processing instruction]
12 reference to
20 dvdMovie
権利表現207から標準形式609による非曖昧権利表現を生成するのに標準化プロセス601を使用できる。曖昧という用語は、権利表現内のあるエレメントが、デフォルト値を有するかもしれないこと、あるいは、解釈を推定することのできる値を有するかもしれないことを意味する。例えば、権利表現内のレート・エレメントは、米国ドル(USD)をデフォルトとする属性CurrencyCodeを含んでもよい。すなわち、50米ドルのレートは、以下のように表現することができる。
上記のステートメントは、コンテクストが未知である場合には曖昧であるかもしれない。そのような曖昧さを除去するために、デフォルト値、推定値、及び、レート・エレメントを表現することのできる推定コンテクストを定めることができる。すなわち、上述の表現の非曖昧形式にレート・エレメントのための通貨属性を含ませて以下のように表現してもよい。
ローカライザ・プロセス201は、権利表現207を自己完結型フォーマット211に変換するのに使用される。変換には、一般的なバイナリ変換アルゴリズムを使用できる。図8A及び図8Bは、一般的なバイナリ変換アルゴリズムを説明するフローチャートである。
<SignatureInfo…>
<CanonicalizationMethod>…</CanonicalizationMethod>
<SignatureMethod>…</SignatureMethod>
<Reference URI="Reference to Right expression">
…
<DigestValue>…</DigestValue>
</Reference>
<Reference URI="Reference to Semantics doc">
…
<DigestValue>…</DigestValue>
</Reference>
</SignatureInfo>
<SignatureValue>…</SignatureValue>
</Signature>
上記の署名エンベロープにおいて、<SignatureInfo...>エレメントは、署名エンベロープ情報を含み、<Reference URI="Reference
to Right expression">エレメントは、権利表現ドキュメントへのポ
インタ、権利表現ドキュメントのフィンガープリント及びハッシュ値を含み、<Reference URI="Reference to Semantics doc">エレメントは、セマンティクスドキュメントのポインタ、フィンガープリント及びハッシュ値を含み、<SignatureValue>...</SignatureValue>エレメントは、署名エンベロープの署名を含む。
<SignatureInfo…>
<CanonicalizationMethod>…</CanonicalizationMethod>
<SignatureMethod>…</SignatureMethod>
<Reference URI="…">
<Transform Algorithm="XrML Binary"/>
<DigestValue>…</DigestValue>
</Reference>
</SignatureInfo>
<SignatureValue>…</SignatureValue>
</Signature>
上記の署名エンベロープにおいて、<Reference URI="..">エレメント
は、バイナリ・ドキュメントへのポインタ、バイナリ・ドキュメントのフィンガープリント及びハッシュ値を含み、<Transform Algorithm="XrML Bi
nary"/>エレメントは、一般的なバイナリ変換アルゴリズムが使用されることを指
示し、<SignatureValue>...</SignatureValue>エレメントは、バイナリ・ドキュメントの署名を含む。
第3の権利表現例
<license xmlns=http://www.xrml.org/schema/2001/11/xrml2core
xmlns:sx=http://www.xrml.org/schema/2001/11/xrml2sx
xmlns:dsig=http://www.w3.org/2000/09/xmldsig#
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xmlns:cx=http://www.xrml.org/schema/2001/11/xrml2cx
xmlns:cm=http://www.xrml.org/schema/2001/11/xrml2compactMusic
>
<grant>
<cm:device cmid="123"/>
<cx:play/>
<cm:music cmid="456"/>
<sx:validityIntervalFloating>
<sx:stateReference>
<cm:intervalKeeperkey="777">
<cm:device cmid="123"/>
</cm:intervalKeeper>
</sx:stateReference>
</sx:validityIntervalFloating>
</grant>
<cm:issuerDevice>
<cm:device cmid="024"/>
</cm:issuerDevice>
</license>
第3の権利表現例に基づいたセマンティクス・テーブルの例を表6として示す。
where,
01 <license>
02 <grant>
04 principal [processing instruction]
202103123 <cm:device cmid="123"/>
05 rights [processing instruction]
22 <cx:play>
06 resource [processing instruction]
232103456 <cm:music cmid="456"/>
08 condition
24 <sx:validityIntervalFloating>
0025 next level <sx:stateReference>
00262703777 next level <cm:intervalKeeperkey="777">
09 issuer [processing instruction]
28 <cm:issuerDevice>
00202103024 next level <cm:device cmid="024"/>
セマンティクス・テーブルは、ターゲット・コンピューティング環境において、事前に構築され、定義され、事前に記憶されていてもよい。このように、行使可能フォーマットは、さらに評価されなければならない権利表現を含むが、必ずしもセマンティクス・テーブルを含まなくてもよい。
(2) Video("123456"),
(3) View(p,r),
(4) Principal(p),
(5) Video(r),
(6) Count(5).
しかしながら、ターゲット・コンピューティング環境は、以下のように記述されたデータ構造を使用するように構成されてもよい。
{
Rights: byte; //01:View, 02:Print…
Principal:char[20];
ConditionList;
}
ConditionList
{
Number of condition: 2 byte integer
{
ConditionID: 1 byte; //01 Flat Fee, 02 MaxCountConditionValue: 4 byte integer
}
}
また、権利表現は、トランスレータ・プロセス205によって、ターゲットであるPrologコンピューティング環境に向けて、以下のようなバイトストリームに変換してもよい。
バイナリ・フォーマットは、XrMLドキュメントの権利表現、及び、権利表現において使用されるエレメントのセマンティクスな意味を含んでもよい。バイナリ・フォーマットによる権利表現の構造は、ネイティブなXMLのようなXrMLドキュメント内の権利表現の構造に類似してもよい。
where,
"seq" ="type"|"specialType,"
"specialType" =[02|03]"length,""value,"
"length" =length of the "value" in bytes,
"value" =sequence of bytes,
"type" =id defined in the "pre-defined type table" except 02 and 03
上述の構造において、RE="seq"|["seq"]1...nは、権利表現がシーケンス"seq"、または、1つかまたはそれ以上のシーケンス群["seq"]1...nを含むことを示し、ここで、"seq"は"type"または"specialType"であり、"spec
ialType"は予め定義されたタイプ・テーブルのタイプ02または03であり、"length"及び"value"を有し、ここで、"length"は、"value"のバイト単位での長さであり、"value"は、バイトのシーケンスであり、"type"は、予め定義されたタイプ・テーブルのIDであるが、属性及び値タイプであるID02及び03以外のものである。
<grant>
<cm:device cmid="123"/>
<cx:play/>
<cm:music cmid="456"/>
</grant>
<cm:issuerDevice>
<cm:device cmid="024"/>
</cm:issuerDevice>
</license>
そして、トランスレータ・プロセス205は、ライセンス中の変数が除去されたテンプレート、プロファイル、及び、それらに類似するものを装置特定フォーマット219として生成する。
<grant>
<cm:device cmid=""/>
<cx:play/>
<cm:music cmid=""/>
</grant>
<cm:issuerDevice>
<cm:device cmid=""/>
</cm:issuerDevice>
</license>
図1、図4、及び、図5に示されるデジタル権利管理システム装置及びサブシステムは、通信ネットワーク170を介して通信してもよく、また、開示された実施例の機能を実行することのできる何らかの適切なサーバ、ワークステーション、パーソナル・コンピュータ(PC)、ラップトップ・コンピュータ、PDA、インターネット機器、セット・トップ・ボックス、モデム、ハンドヘルド・デバイス、電話、携帯電話、無線装置、資源制約装置、または、その他の装置を含んでもよい。図1、図4、及び、図5に示されるデジタル権利管理システム装置及びサブシステムは、何らかの適切なプロトコルを用いて、互いに通信してもよく、また、汎用コンピュータ・システムを用いて実施されてもよい。何らかのインタフェース機構が、インターネット・アクセス、音声、モデムのような何らかの適切な形態を有するテレコミュニケーション、無線通信媒体を含む図1、図4、及び、図5に示されるデジタル権利管理システムにおいて使用されてもよい。通信ネットワーク170は、無線通信ネットワーク、セルラー通信ネットワーク、衛星通信ネットワーク、公衆交換電話網(PSTN)、パケット・データ・ネットワーク(PDN)、インターネット、イントラネット、ハイブリッド通信ネットワーク、それらを組み合わせたものを含んでもよい。さらに、通信ネットワーク170は、単一かまたは異なるネットワークであってもよい。
110 起動サーバ
120 クライアント環境
130 コンピュータ
140 ライセンス・サーバ
150 ウェブ・サーバ
160 決済機関
170 通信ネットワーク
Claims (1)
- アイテムの使用権または使用方法を規定する権利表現に基づいて前記アイテムの使用を制御するシステムにおいて使用する前記アイテムに関連する前記権利表現を処理する方法であって、
元々のフォーマットの権利表現であって、1つ若しくは複数の装置における前記アイテムの使用を制御するための権利表現を前記装置によって受信し、
前記権利表現の状態、および前記1つ若しくは複数の装置のうちの1つの装置のコンピュータ環境の装置情報に基づいて、前記権利表現の中間フォーマットを前記装置によって生成する方法であって、
前記中間フォーマットは前記コンピュータ環境における前記アイテムの使用を制御するためのものである、
方法。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US36393202P | 2002-03-14 | 2002-03-14 | |
| US60/363,932 | 2002-03-14 |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2011051399A Division JP2011150717A (ja) | 2002-03-14 | 2011-03-09 | 権利表現を処理する方法およびシステム |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2013157031A true JP2013157031A (ja) | 2013-08-15 |
Family
ID=28041836
Family Applications (5)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2003577197A Expired - Lifetime JP4740543B2 (ja) | 2002-03-14 | 2003-03-14 | 使用権表現を処理する方法および装置 |
| JP2003577196A Expired - Fee Related JP4290565B2 (ja) | 2002-03-14 | 2003-03-14 | アイテムに対応する権利表現を作成するための方法及びシステム |
| JP2003576008A Pending JP2005532610A (ja) | 2002-03-14 | 2003-03-14 | 変調された信号を使用して使用権を表現するシステム及び方法 |
| JP2011051399A Pending JP2011150717A (ja) | 2002-03-14 | 2011-03-09 | 権利表現を処理する方法およびシステム |
| JP2013098415A Pending JP2013157031A (ja) | 2002-03-14 | 2013-05-08 | 権利表現を処理する方法 |
Family Applications Before (4)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2003577197A Expired - Lifetime JP4740543B2 (ja) | 2002-03-14 | 2003-03-14 | 使用権表現を処理する方法および装置 |
| JP2003577196A Expired - Fee Related JP4290565B2 (ja) | 2002-03-14 | 2003-03-14 | アイテムに対応する権利表現を作成するための方法及びシステム |
| JP2003576008A Pending JP2005532610A (ja) | 2002-03-14 | 2003-03-14 | 変調された信号を使用して使用権を表現するシステム及び方法 |
| JP2011051399A Pending JP2011150717A (ja) | 2002-03-14 | 2011-03-09 | 権利表現を処理する方法およびシステム |
Country Status (8)
| Country | Link |
|---|---|
| US (6) | US20040015426A1 (ja) |
| EP (4) | EP1490819A4 (ja) |
| JP (5) | JP4740543B2 (ja) |
| KR (3) | KR100960502B1 (ja) |
| CN (4) | CN1653463B (ja) |
| AU (4) | AU2003221995A1 (ja) |
| BR (1) | BR0308409A (ja) |
| WO (4) | WO2003079270A1 (ja) |
Families Citing this family (134)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7716163B2 (en) | 2000-06-06 | 2010-05-11 | Microsoft Corporation | Method and system for defining semantic categories and actions |
| US7770102B1 (en) | 2000-06-06 | 2010-08-03 | Microsoft Corporation | Method and system for semantically labeling strings and providing actions based on semantically labeled strings |
| US7421645B2 (en) | 2000-06-06 | 2008-09-02 | Microsoft Corporation | Method and system for providing electronic commerce actions based on semantically labeled strings |
| US7712024B2 (en) | 2000-06-06 | 2010-05-04 | Microsoft Corporation | Application program interfaces for semantically labeling strings and providing actions based on semantically labeled strings |
| US7788602B2 (en) | 2000-06-06 | 2010-08-31 | Microsoft Corporation | Method and system for providing restricted actions for recognized semantic categories |
| US9038108B2 (en) | 2000-06-28 | 2015-05-19 | Verizon Patent And Licensing Inc. | Method and system for providing end user community functionality for publication and delivery of digital media content |
| JP4774582B2 (ja) * | 2000-06-30 | 2011-09-14 | ソニー株式会社 | コンテンツ管理装置、コンテンツ管理方法及びプログラム格納媒体 |
| US7778816B2 (en) | 2001-04-24 | 2010-08-17 | Microsoft Corporation | Method and system for applying input mode bias |
| US8972862B2 (en) * | 2001-06-27 | 2015-03-03 | Verizon Patent And Licensing Inc. | Method and system for providing remote digital media ingest with centralized editorial control |
| US8990214B2 (en) | 2001-06-27 | 2015-03-24 | Verizon Patent And Licensing Inc. | Method and system for providing distributed editing and storage of digital media over a network |
| US7970260B2 (en) | 2001-06-27 | 2011-06-28 | Verizon Business Global Llc | Digital media asset management system and method for supporting multiple users |
| CN1653463B (zh) * | 2002-03-14 | 2013-03-06 | 康坦夹德控股股份有限公司 | 用于处理使用权利表达的方法和装置 |
| US7325194B2 (en) | 2002-05-07 | 2008-01-29 | Microsoft Corporation | Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings |
| US7707496B1 (en) | 2002-05-09 | 2010-04-27 | Microsoft Corporation | Method, system, and apparatus for converting dates between calendars and languages based upon semantically labeled strings |
| JP4143329B2 (ja) * | 2002-05-10 | 2008-09-03 | キヤノン株式会社 | サーバ装置、その制御方法、及びそのプログラム |
| US7707024B2 (en) | 2002-05-23 | 2010-04-27 | Microsoft Corporation | Method, system, and apparatus for converting currency values based upon semantically labeled strings |
| US7742048B1 (en) | 2002-05-23 | 2010-06-22 | Microsoft Corporation | Method, system, and apparatus for converting numbers based upon semantically labeled strings |
| EP1456797A4 (en) * | 2002-06-03 | 2005-02-16 | Contentguard Holdings Inc | SYSTEM AND METHOD FOR PROVIDING AND MANAGING LEGAL EXPRESSIONS |
| US7281245B2 (en) | 2002-06-05 | 2007-10-09 | Microsoft Corporation | Mechanism for downloading software components from a remote source for use by a local software application |
| US7827546B1 (en) | 2002-06-05 | 2010-11-02 | Microsoft Corporation | Mechanism for downloading software components from a remote source for use by a local software application |
| US7356537B2 (en) | 2002-06-06 | 2008-04-08 | Microsoft Corporation | Providing contextually sensitive tools and help content in computer-generated documents |
| US7716676B2 (en) | 2002-06-25 | 2010-05-11 | Microsoft Corporation | System and method for issuing a message to a program |
| US7392479B2 (en) * | 2002-06-27 | 2008-06-24 | Microsoft Corporation | System and method for providing namespace related information |
| US7502945B2 (en) * | 2002-06-28 | 2009-03-10 | Microsoft Corporation | Using a flexible rights template to obtain a signed rights label (SRL) for digital content in a rights management system |
| US7209915B1 (en) | 2002-06-28 | 2007-04-24 | Microsoft Corporation | Method, system and apparatus for routing a query to one or more providers |
| FR2848054A1 (fr) * | 2002-11-29 | 2004-06-04 | France Telecom | Systeme et procede de transmission d'informations associes a des droits d'utilisation |
| US20100017627A1 (en) | 2003-02-07 | 2010-01-21 | Broadon Communications Corp. | Ensuring authenticity in a closed content distribution system |
| US7322042B2 (en) * | 2003-02-07 | 2008-01-22 | Broadon Communications Corp. | Secure and backward-compatible processor and secure software execution thereon |
| US8131649B2 (en) * | 2003-02-07 | 2012-03-06 | Igware, Inc. | Static-or-dynamic and limited-or-unlimited content rights |
| US7779482B1 (en) | 2003-02-07 | 2010-08-17 | iGware Inc | Delivery of license information using a short messaging system protocol in a closed content distribution system |
| US20040267384A1 (en) * | 2003-02-07 | 2004-12-30 | Broadon Communications, Inc. | Integrated console and controller |
| US7783614B2 (en) | 2003-02-13 | 2010-08-24 | Microsoft Corporation | Linking elements of a document to corresponding fields, queries and/or procedures in a database |
| US7711550B1 (en) | 2003-04-29 | 2010-05-04 | Microsoft Corporation | Methods and system for recognizing names in a computer-generated document and for providing helpful actions associated with recognized names |
| US7558841B2 (en) | 2003-05-14 | 2009-07-07 | Microsoft Corporation | Method, system, and computer-readable medium for communicating results to a data query in a computer network |
| US9553879B2 (en) * | 2003-06-06 | 2017-01-24 | Core Wireless Licensing S.A.R.L. | Method and apparatus to represent and use rights for content/media adaptation/transformation |
| US7653936B2 (en) * | 2003-06-25 | 2010-01-26 | Microsoft Corporation | Distributed expression-based access control |
| US7739588B2 (en) | 2003-06-27 | 2010-06-15 | Microsoft Corporation | Leveraging markup language data for semantically labeling text strings and data and for providing actions based on semantically labeled text strings and data |
| US6898555B2 (en) * | 2003-07-14 | 2005-05-24 | Aladdin Knowledge Systems Ltd. | Method for indicating the integrity of use-information of a computer program |
| US7281274B2 (en) | 2003-10-16 | 2007-10-09 | Lmp Media Llc | Electronic media distribution system |
| US7178102B1 (en) | 2003-12-09 | 2007-02-13 | Microsoft Corporation | Representing latent data in an extensible markup language document |
| US7404195B1 (en) | 2003-12-09 | 2008-07-22 | Microsoft Corporation | Programmable object model for extensible markup language markup in an application |
| US7434157B2 (en) | 2003-12-09 | 2008-10-07 | Microsoft Corporation | Programmable object model for namespace or schema library support in a software application |
| US7487515B1 (en) | 2003-12-09 | 2009-02-03 | Microsoft Corporation | Programmable object model for extensible markup language schema validation |
| US7813000B2 (en) * | 2003-12-30 | 2010-10-12 | Microsoft Corporation | Device color characterization profile format |
| US7509573B1 (en) | 2004-02-17 | 2009-03-24 | Microsoft Corporation | Anti-virus security information in an extensible markup language document |
| JP4333494B2 (ja) * | 2004-06-17 | 2009-09-16 | ソニー株式会社 | コンテンツ再生装置,コンテンツ再生方法,コンテンツ管理装置,コンテンツ管理方法およびコンピュータプログラム。 |
| GB0413848D0 (en) | 2004-06-21 | 2004-07-21 | British Broadcasting Corp | Accessing broadcast media |
| KR100608585B1 (ko) * | 2004-07-12 | 2006-08-03 | 삼성전자주식회사 | 이동형 저장 장치에서 객체의 위치 정보를 이용하여 권리객체를 검색하는 방법 및 장치 |
| CA2573852C (en) * | 2004-07-12 | 2013-01-22 | Samsung Electronics Co., Ltd. | Apparatus and method for processing digital rights object |
| US8359332B1 (en) * | 2004-08-02 | 2013-01-22 | Nvidia Corporation | Secure content enabled drive digital rights management system and method |
| US8402283B1 (en) | 2004-08-02 | 2013-03-19 | Nvidia Corporation | Secure content enabled drive system and method |
| JP4319118B2 (ja) * | 2004-09-28 | 2009-08-26 | 株式会社ソニー・コンピュータエンタテインメント | 端末装置 |
| US7664751B2 (en) * | 2004-09-30 | 2010-02-16 | Google Inc. | Variable user interface based on document access privileges |
| US7603355B2 (en) | 2004-10-01 | 2009-10-13 | Google Inc. | Variably controlling access to content |
| US20060150153A1 (en) * | 2004-12-04 | 2006-07-06 | Micah Altman | Digital object verification method |
| US8346807B1 (en) | 2004-12-15 | 2013-01-01 | Nvidia Corporation | Method and system for registering and activating content |
| US8788425B1 (en) | 2004-12-15 | 2014-07-22 | Nvidia Corporation | Method and system for accessing content on demand |
| US8751825B1 (en) | 2004-12-15 | 2014-06-10 | Nvidia Corporation | Content server and method of storing content |
| US8875309B1 (en) | 2004-12-15 | 2014-10-28 | Nvidia Corporation | Content server and method of providing content therefrom |
| US20060225055A1 (en) * | 2005-03-03 | 2006-10-05 | Contentguard Holdings, Inc. | Method, system, and device for indexing and processing of expressions |
| US7526812B2 (en) * | 2005-03-24 | 2009-04-28 | Xerox Corporation | Systems and methods for manipulating rights management data |
| DE102005015113A1 (de) * | 2005-04-01 | 2006-10-05 | Siemens Ag | Verfahren zur Verwaltung von Nutzungsrechten an elektronischen Datenobjekten durch einen Rechteerwerber |
| US8893299B1 (en) | 2005-04-22 | 2014-11-18 | Nvidia Corporation | Content keys for authorizing access to content |
| US8245051B2 (en) * | 2005-05-13 | 2012-08-14 | Microsoft Corporation | Extensible account authentication system |
| US7860801B2 (en) * | 2005-07-05 | 2010-12-28 | Xerox Corporation | Tools for accessing digital works |
| DE102005033698A1 (de) * | 2005-07-19 | 2007-02-01 | Siemens Ag | Verfahren zum Export von Nutzungsrechten an elektronischen Datenobjekten |
| US7565358B2 (en) | 2005-08-08 | 2009-07-21 | Google Inc. | Agent rank |
| US9401080B2 (en) | 2005-09-07 | 2016-07-26 | Verizon Patent And Licensing Inc. | Method and apparatus for synchronizing video frames |
| US9076311B2 (en) | 2005-09-07 | 2015-07-07 | Verizon Patent And Licensing Inc. | Method and apparatus for providing remote workflow management |
| US7992085B2 (en) | 2005-09-26 | 2011-08-02 | Microsoft Corporation | Lightweight reference user interface |
| US7788590B2 (en) | 2005-09-26 | 2010-08-31 | Microsoft Corporation | Lightweight reference user interface |
| JP2009510625A (ja) * | 2005-09-29 | 2009-03-12 | コンテントガード ホールディングズ インコーポレイテッド | 権利発行を伴うアドバンストコピー、及び管理されたコピートークンを用いたデジタル著作権管理システム及び方法 |
| KR100746014B1 (ko) * | 2005-11-09 | 2007-08-06 | 삼성전자주식회사 | 디지털 저작권 관리 방법 및 시스템 |
| US7921059B2 (en) * | 2005-12-15 | 2011-04-05 | Microsoft Corporation | Licensing upsell |
| US20070143228A1 (en) * | 2005-12-15 | 2007-06-21 | Microsoft Corporation | Licensing matrix |
| US8156566B2 (en) * | 2005-12-29 | 2012-04-10 | Nextlabs, Inc. | Associating code to a target through code inspection |
| US20070156601A1 (en) * | 2006-01-03 | 2007-07-05 | International Business Machines Corporation | Method and system for providing interoperability between digital rights management systems |
| US8661348B2 (en) * | 2006-01-27 | 2014-02-25 | At&T Intellectual Property I, L.P. | Methods and systems to process an image |
| US20070219908A1 (en) * | 2006-03-02 | 2007-09-20 | Yahoo! Inc. | Providing syndicated media to authorized users |
| US8364965B2 (en) * | 2006-03-15 | 2013-01-29 | Apple Inc. | Optimized integrity verification procedures |
| US20070255659A1 (en) * | 2006-05-01 | 2007-11-01 | Wei Yen | System and method for DRM translation |
| JP2009535735A (ja) | 2006-05-02 | 2009-10-01 | ブロードオン コミュニケーションズ コーポレーション | コンテンツ・マネージメント・システムおよび方法 |
| US7603350B1 (en) | 2006-05-09 | 2009-10-13 | Google Inc. | Search result ranking based on trust |
| JP4969301B2 (ja) * | 2006-05-09 | 2012-07-04 | 株式会社リコー | コンピュータ装置 |
| US7624276B2 (en) * | 2006-10-16 | 2009-11-24 | Broadon Communications Corp. | Secure device authentication system and method |
| US7613915B2 (en) * | 2006-11-09 | 2009-11-03 | BroadOn Communications Corp | Method for programming on-chip non-volatile memory in a secure processor, and a device so programmed |
| US8200961B2 (en) * | 2006-11-19 | 2012-06-12 | Igware, Inc. | Securing a flash memory block in a secure device system and method |
| CN101246527B (zh) * | 2007-02-15 | 2011-07-20 | 华为技术有限公司 | 提供、使用版权描述的方法及系统 |
| US20080301003A1 (en) * | 2007-05-31 | 2008-12-04 | Daniel Harkabi | System for Online Buying |
| US20090006109A1 (en) * | 2007-06-28 | 2009-01-01 | Yahoo! Inc. | Rights Engine Including Event Logs |
| US8117094B2 (en) * | 2007-06-29 | 2012-02-14 | Microsoft Corporation | Distribution channels and monetizing |
| EP2201517A4 (en) | 2007-09-12 | 2012-08-22 | Sony Corp | CONTENT DISTRIBUTION IN THE OPEN MARKET |
| US20090094147A1 (en) * | 2007-10-09 | 2009-04-09 | Fein Gene S | Multi-Computer Data Transfer and Processing to Support Electronic Content Clearance and Licensing |
| KR20090046561A (ko) * | 2007-11-06 | 2009-05-11 | 엘지전자 주식회사 | Mp3 플레이어 및 이의 재생목록 생성방법 |
| US20090132435A1 (en) * | 2007-11-21 | 2009-05-21 | Microsoft Corporation | Popularity based licensing of user generated content |
| US20090132422A1 (en) * | 2007-11-21 | 2009-05-21 | Microsoft Corporation | Machine-readable and enforceable license |
| US20090132403A1 (en) * | 2007-11-21 | 2009-05-21 | Microsoft Corporation | Licensing interface for user generated content |
| US20090210333A1 (en) * | 2008-02-14 | 2009-08-20 | Microsoft Corporation | Micro-licensing of composite content |
| US8875013B2 (en) * | 2008-03-25 | 2014-10-28 | International Business Machines Corporation | Multi-pass validation of extensible markup language (XML) documents |
| US20090254482A1 (en) * | 2008-04-07 | 2009-10-08 | Microsoft Corporation | Time-based licenses |
| US8655826B1 (en) | 2008-08-01 | 2014-02-18 | Motion Picture Laboratories, Inc. | Processing and acting on rules for content recognition systems |
| EP2164022A1 (de) * | 2008-09-02 | 2010-03-17 | Siemens Aktiengesellschaft | Verfahren zur Einräumung einer Zugriffsberechtigung auf ein rechnerbasiertes Objekt in einem Automatisierungssystem, Computerprogramm und Automatisierungssystem |
| US8532978B1 (en) * | 2008-10-31 | 2013-09-10 | Afrl/Rij | Natural language interface, compiler and de-compiler for security policies |
| US20100174818A1 (en) * | 2009-01-07 | 2010-07-08 | Microsoft Corporation | Input Service for Client Devices |
| CN101714982B (zh) * | 2009-10-23 | 2017-03-29 | 中兴通讯股份有限公司 | 一种压缩版权的传输方法和系统 |
| US8606792B1 (en) | 2010-02-08 | 2013-12-10 | Google Inc. | Scoring authors of posts |
| US9244965B2 (en) | 2010-02-22 | 2016-01-26 | Thoughtwire Holdings Corp. | Method and system for sharing data between software systems |
| US10657507B2 (en) * | 2010-05-17 | 2020-05-19 | Adobe Inc. | Migration between digital rights management systems without content repackaging |
| FR2980865A1 (fr) * | 2011-09-29 | 2013-04-05 | France Telecom | Procede de distribution de contenus, dispositif d'obtention et programme d'ordinateur correspondant |
| US9081974B2 (en) * | 2011-11-10 | 2015-07-14 | Microsoft Technology Licensing, Llc | User interface for selection of multiple accounts and connection points |
| US20130144755A1 (en) * | 2011-12-01 | 2013-06-06 | Microsoft Corporation | Application licensing authentication |
| US8725650B2 (en) * | 2012-01-26 | 2014-05-13 | Microsoft Corporation | Document template licensing |
| US9172711B2 (en) * | 2012-02-13 | 2015-10-27 | PivotCloud, Inc. | Originator publishing an attestation of a statement |
| US8627097B2 (en) | 2012-03-27 | 2014-01-07 | Igt | System and method enabling parallel processing of hash functions using authentication checkpoint hashes |
| US9177158B2 (en) * | 2012-11-07 | 2015-11-03 | Theplatform, Llc | Methods and systems for processing content rights |
| JP6003699B2 (ja) * | 2013-02-08 | 2016-10-05 | 富士通株式会社 | テストデータ生成プログラム、方法及び装置 |
| FI20135164L (fi) * | 2013-02-22 | 2014-08-23 | Op Palvelut Oy | Kommunikointi maksutapahtuman aikana |
| US10313433B2 (en) | 2013-03-14 | 2019-06-04 | Thoughtwire Holdings Corp. | Method and system for registering software systems and data-sharing sessions |
| US10372442B2 (en) | 2013-03-14 | 2019-08-06 | Thoughtwire Holdings Corp. | Method and system for generating a view incorporating semantically resolved data values |
| US9742843B2 (en) | 2013-03-14 | 2017-08-22 | Thoughtwire Holdings Corp. | Method and system for enabling data sharing between software systems |
| US10523490B2 (en) * | 2013-08-06 | 2019-12-31 | Agilepq, Inc. | Authentication of a subscribed code table user utilizing optimized code table signaling |
| US9319727B2 (en) | 2013-10-29 | 2016-04-19 | Fx Networks, Llc | Viewer-authored content acquisition and management system for in-the-moment broadcast in conjunction with media programs |
| US9305000B1 (en) * | 2014-03-27 | 2016-04-05 | Veritas Us Ip Holdings Llc | Creating and publishing service level representations of applications from operational representations |
| US9589124B2 (en) | 2014-05-29 | 2017-03-07 | Comcast Cable Communications, Llc | Steganographic access controls |
| WO2016004185A1 (en) | 2014-07-02 | 2016-01-07 | OptCTS, Inc. | Data recovery utilizing optimized code table signaling |
| US9977810B2 (en) * | 2014-08-21 | 2018-05-22 | Dropbox, Inc. | Multi-user search system with methodology for personal searching |
| US9183303B1 (en) | 2015-01-30 | 2015-11-10 | Dropbox, Inc. | Personal content item searching system and method |
| US9384226B1 (en) | 2015-01-30 | 2016-07-05 | Dropbox, Inc. | Personal content item searching system and method |
| JP2019518397A (ja) | 2016-06-06 | 2019-06-27 | アジャイルピーキュー, インコーポレイテッド | データ変換システムおよび方法 |
| SG10201806847PA (en) | 2018-08-13 | 2020-03-30 | Mastercard International Inc | Methods and systems for facilitating migration to centralized compliance content for integration with a plurality of digital applications |
| JP2022549408A (ja) * | 2019-09-05 | 2022-11-25 | オープン レンズ プロジェクト リミテッド | デジタルメディアコンテンツを管理するためのシステム及び方法 |
| US12353522B2 (en) * | 2022-09-13 | 2025-07-08 | Acronis International Gmbh | Systems and methods for monitoring software items based on generated contracts |
| WO2024249277A2 (en) * | 2023-05-26 | 2024-12-05 | VendEx Solutions, Inc. | Systems and methods for uniform usage rights management |
| CN117478427B (zh) * | 2023-12-26 | 2024-04-02 | 广东省能源集团贵州有限公司 | 网络安全数据处理方法及系统 |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2001046783A2 (en) * | 1999-12-17 | 2001-06-28 | Microsoft Corporation | System and method for accessing protected content in a rights-management architecture |
Family Cites Families (260)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| FR2258112A5 (ja) | 1973-11-30 | 1975-08-08 | Honeywell Bull Soc Ind | |
| CH624877A5 (ja) | 1977-05-13 | 1981-08-31 | Idc Chemie Ag | |
| US4278837A (en) | 1977-10-31 | 1981-07-14 | Best Robert M | Crypto microprocessor for executing enciphered programs |
| US4159468A (en) | 1977-11-17 | 1979-06-26 | Burroughs Corporation | Communications line authentication device |
| GB2022969B (en) | 1978-04-12 | 1982-06-09 | Data Recall Ltd | Video display control apparatus |
| US4361851A (en) | 1980-01-04 | 1982-11-30 | Asip William F | System for remote monitoring and data transmission over non-dedicated telephone lines |
| AU556499B2 (en) | 1981-05-22 | 1986-11-06 | Data General Corporation | Data processing system |
| US4423287A (en) | 1981-06-26 | 1983-12-27 | Visa U.S.A., Inc. | End-to-end encryption system and method of operation |
| US4429385A (en) | 1981-12-31 | 1984-01-31 | American Newspaper Publishers Association | Method and apparatus for digital serial scanning with hierarchical and relational access |
| US4578531A (en) | 1982-06-09 | 1986-03-25 | At&T Bell Laboratories | Encryption system key distribution method and apparatus |
| US4736422A (en) | 1983-06-30 | 1988-04-05 | Independent Broadcasting Authority | Encrypted broadcast television system |
| US4658093A (en) | 1983-07-11 | 1987-04-14 | Hellman Martin E | Software distribution system |
| US4652990A (en) | 1983-10-27 | 1987-03-24 | Remote Systems, Inc. | Protected software access control apparatus and method |
| US4740890A (en) | 1983-12-22 | 1988-04-26 | Software Concepts, Inc. | Software protection system with trial period usage code and unlimited use unlocking code both recorded on program storage media |
| US4621321A (en) | 1984-02-16 | 1986-11-04 | Honeywell Inc. | Secure data processing system architecture |
| LU86203A1 (fr) | 1985-12-11 | 1987-07-24 | Cen Centre Energie Nucleaire | Procede et appareil verifiant l'authenticite de documents lies a une personne et l'identite de leurs porteurs |
| US5319710A (en) | 1986-08-22 | 1994-06-07 | Tandem Computers Incorporated | Method and means for combining and managing personal verification and message authentication encrytions for network transmission |
| DE3782780T2 (de) | 1986-08-22 | 1993-06-09 | Nippon Electric Co | Schluesselverteilungsverfahren. |
| US5014234A (en) | 1986-08-25 | 1991-05-07 | Ncr Corporation | System with software usage timer and counter for allowing limited use but preventing continued unauthorized use of protected software |
| JPH087720B2 (ja) | 1986-09-16 | 1996-01-29 | 富士通株式会社 | 複数サービス用icカードの領域アクセス方法 |
| US4977594A (en) | 1986-10-14 | 1990-12-11 | Electronic Publishing Resources, Inc. | Database usage metering and protection system and method |
| US5109413A (en) | 1986-11-05 | 1992-04-28 | International Business Machines Corporation | Manipulating rights-to-execute in connection with a software copy protection mechanism |
| EP0268139A3 (en) | 1986-11-05 | 1991-04-10 | International Business Machines Corporation | Manipulating rights-to-execute in connection with a software copy protection mechanism |
| US4796220A (en) | 1986-12-15 | 1989-01-03 | Pride Software Development Corp. | Method of controlling the copying of software |
| US5390297A (en) | 1987-11-10 | 1995-02-14 | Auto-Trol Technology Corporation | System for controlling the number of concurrent copies of a program in a network based on the number of available licenses |
| US4937863A (en) | 1988-03-07 | 1990-06-26 | Digital Equipment Corporation | Software licensing management system |
| US5247575A (en) | 1988-08-16 | 1993-09-21 | Sprague Peter J | Information distribution system |
| US4888638A (en) | 1988-10-11 | 1989-12-19 | A. C. Nielsen Company | System for substituting television programs transmitted via telephone lines |
| US4953209A (en) | 1988-10-31 | 1990-08-28 | International Business Machines Corp. | Self-verifying receipt and acceptance system for electronically delivered data objects |
| US4956863A (en) | 1989-04-17 | 1990-09-11 | Trw Inc. | Cryptographic method and apparatus for public key exchange with authentication |
| US5129083A (en) | 1989-06-29 | 1992-07-07 | Digital Equipment Corporation | Conditional object creating system having different object pointers for accessing a set of data structure objects |
| JP2870027B2 (ja) | 1989-07-31 | 1999-03-10 | 日本電気株式会社 | アイコンの複数選択による一括処理方式 |
| US5138712A (en) | 1989-10-02 | 1992-08-11 | Sun Microsystems, Inc. | Apparatus and method for licensing software on a network of computers |
| GB9004901D0 (en) | 1990-03-05 | 1990-05-02 | Space Communications Sat Tel L | Television scrambler |
| DE69121444T2 (de) | 1990-03-29 | 1997-03-13 | Gte Laboratories Inc | Überwachungssystem für die Übertragung von Videosignalen |
| US5174641A (en) | 1990-07-25 | 1992-12-29 | Massachusetts Institute Of Technology | Video encoding method for television applications |
| US5128525A (en) | 1990-07-31 | 1992-07-07 | Xerox Corporation | Convolution filtering for decoding self-clocking glyph shape codes |
| CA2044404C (en) | 1990-07-31 | 1998-06-23 | Dan S. Bloomberg | Self-clocking glyph shape codes |
| US5091966A (en) * | 1990-07-31 | 1992-02-25 | Xerox Corporation | Adaptive scaling for decoding spatially periodic self-clocking glyph shape codes |
| US5168147A (en) | 1990-07-31 | 1992-12-01 | Xerox Corporation | Binary image processing for decoding self-clocking glyph shape codes |
| US5058162A (en) | 1990-08-09 | 1991-10-15 | Hewlett-Packard Company | Method of distributing computer data files |
| JPH05134957A (ja) | 1990-10-10 | 1993-06-01 | Fuji Xerox Co Ltd | データ管理システム |
| JP3047116B2 (ja) | 1990-11-15 | 2000-05-29 | 喜也 丸本 | 情報配給方式 |
| DE69228039T2 (de) | 1991-05-08 | 1999-08-05 | Digital Equipment Corp., Maynard, Mass. | Lizenz-verwaltungssystem |
| EP0538453B1 (en) | 1991-05-08 | 1999-02-03 | Digital Equipment Corporation | Management interface and format for license management system |
| EP0586557A4 (en) * | 1991-05-24 | 1995-04-12 | British Tech Group Usa | COMPILER OPTIMIZATION FOR COMPUTERS. |
| US5204897A (en) * | 1991-06-28 | 1993-04-20 | Digital Equipment Corporation | Management interface for license management system |
| US5260999A (en) | 1991-06-28 | 1993-11-09 | Digital Equipment Corporation | Filters in license management system |
| US5438508A (en) * | 1991-06-28 | 1995-08-01 | Digital Equipment Corporation | License document interchange format for license management system |
| US5940504A (en) | 1991-07-01 | 1999-08-17 | Infologic Software, Inc. | Licensing management system and method in which datagrams including an address of a licensee and indicative of use of a licensed product are sent from the licensee's site |
| JPH05100939A (ja) | 1991-07-31 | 1993-04-23 | Fuji Xerox Co Ltd | フアイルシステム |
| US5142578A (en) | 1991-08-22 | 1992-08-25 | International Business Machines Corporation | Hybrid public key algorithm/data encryption algorithm key distribution method based on control vectors |
| US5276444A (en) | 1991-09-23 | 1994-01-04 | At&T Bell Laboratories | Centralized security control system |
| US5557518A (en) | 1994-04-28 | 1996-09-17 | Citibank, N.A. | Trusted agents for open electronic commerce |
| US5453601A (en) | 1991-11-15 | 1995-09-26 | Citibank, N.A. | Electronic-monetary system |
| WO1993011480A1 (en) | 1991-11-27 | 1993-06-10 | Intergraph Corporation | System and method for network license administration |
| JP3185806B2 (ja) | 1991-12-13 | 2001-07-11 | ソニー株式会社 | ハイビジョン信号の記録エンコード方法 |
| US5221833A (en) * | 1991-12-27 | 1993-06-22 | Xerox Corporation | Methods and means for reducing bit error rates in reading self-clocking glyph codes |
| JPH05334470A (ja) | 1991-12-27 | 1993-12-17 | Xerox Corp | 自己クロッキング図形記号コード |
| US5245165A (en) | 1991-12-27 | 1993-09-14 | Xerox Corporation | Self-clocking glyph code for encoding dual bit digital values robustly |
| EP1115248B1 (en) | 1992-01-08 | 2005-03-30 | Broadband Innovations, Inc. | Method and apparatus for generating a multichannel signal |
| JP2659896B2 (ja) | 1992-04-29 | 1997-09-30 | インターナショナル・ビジネス・マシーンズ・コーポレイション | 構造化文書複製管理方法及び構造化文書複製管理装置 |
| US5412717A (en) | 1992-05-15 | 1995-05-02 | Fischer; Addison M. | Computer system security method and apparatus having program authorization information data structures |
| US5237611A (en) | 1992-07-23 | 1993-08-17 | Crest Industries, Inc. | Encryption/decryption apparatus with non-accessible table of keys |
| US5287408A (en) | 1992-08-31 | 1994-02-15 | Autodesk, Inc. | Apparatus and method for serializing and validating copies of computer software |
| US5293422A (en) | 1992-09-23 | 1994-03-08 | Dynatek, Inc. | Usage control system for computer software |
| JP3358627B2 (ja) | 1992-10-16 | 2002-12-24 | ソニー株式会社 | 情報記録再生装置 |
| US5414852A (en) | 1992-10-30 | 1995-05-09 | International Business Machines Corporation | Method for protecting data in a computer system |
| GB9303595D0 (en) | 1993-02-23 | 1993-04-07 | Int Computers Ltd | Licence management mechanism for a computer system |
| US5337357A (en) | 1993-06-17 | 1994-08-09 | Software Security, Inc. | Method of software distribution protection |
| US5386369A (en) | 1993-07-12 | 1995-01-31 | Globetrotter Software Inc. | License metering system for software applications |
| JPH0736768A (ja) | 1993-07-15 | 1995-02-07 | Matsushita Electric Ind Co Ltd | 電子ファイル装置 |
| CA2129075C (en) * | 1993-10-18 | 1999-04-20 | Joseph J. Daniele | Electronic copyright royalty accounting system using glyphs |
| US6135646A (en) | 1993-10-22 | 2000-10-24 | Corporation For National Research Initiatives | System for uniquely and persistently identifying, managing, and tracking digital objects |
| US5625690A (en) | 1993-11-15 | 1997-04-29 | Lucent Technologies Inc. | Software pay per use system |
| US6345104B1 (en) * | 1994-03-17 | 2002-02-05 | Digimarc Corporation | Digital watermarks and methods for security documents |
| US6182901B1 (en) | 1993-12-22 | 2001-02-06 | Xerox Corporation | Orientational disambiguation for self-clocking glyph codes |
| US5449895A (en) * | 1993-12-22 | 1995-09-12 | Xerox Corporation | Explicit synchronization for self-clocking glyph codes |
| US5453605A (en) | 1993-12-22 | 1995-09-26 | Xerox Corporation | Global addressability for self-clocking glyph codes |
| US5495411A (en) | 1993-12-22 | 1996-02-27 | Ananda; Mohan | Secure software rental system using continuous asynchronous password verification |
| US5449896A (en) * | 1993-12-22 | 1995-09-12 | Xerox Corporation | Random access techniques for use with self-clocking glyph codes |
| JPH07220035A (ja) * | 1993-12-22 | 1995-08-18 | Xerox Corp | 光学的読み取り可能レコード |
| US5504816A (en) | 1994-02-02 | 1996-04-02 | Gi Corporation | Method and apparatus for controlling access to digital signals |
| US5553143A (en) | 1994-02-04 | 1996-09-03 | Novell, Inc. | Method and apparatus for electronic licensing |
| US5787172A (en) | 1994-02-24 | 1998-07-28 | The Merdan Group, Inc. | Apparatus and method for establishing a cryptographic link between elements of a system |
| US5563946A (en) | 1994-04-25 | 1996-10-08 | International Business Machines Corporation | Method and apparatus for enabling trial period use of software products: method and apparatus for passing encrypted files between data processing systems |
| US5799087A (en) | 1994-04-28 | 1998-08-25 | Citibank, N.A. | Electronic-monetary system |
| US5636346A (en) | 1994-05-09 | 1997-06-03 | The Electronic Address, Inc. | Method and system for selectively targeting advertisements and programming |
| US5564038A (en) | 1994-05-20 | 1996-10-08 | International Business Machines Corporation | Method and apparatus for providing a trial period for a software license product using a date stamp and designated test period |
| US5477263A (en) | 1994-05-26 | 1995-12-19 | Bell Atlantic Network Services, Inc. | Method and apparatus for video on demand with fast forward, reverse and channel pause |
| US5694546A (en) | 1994-05-31 | 1997-12-02 | Reisman; Richard R. | System for automatic unattended electronic information transport between a server and a client by a vendor provided transport software with a manifest list |
| EP0690399A3 (en) | 1994-06-30 | 1997-05-02 | Tandem Computers Inc | Remote controlled financial transaction system |
| US5838792A (en) | 1994-07-18 | 1998-11-17 | Bell Atlantic Network Services, Inc. | Computer system for centralized session key distribution, privacy enhanced messaging and information distribution using a split private key public cryptosystem |
| US5557678A (en) | 1994-07-18 | 1996-09-17 | Bell Atlantic Network Services, Inc. | System and method for centralized session key distribution, privacy enhanced messaging and information distribution using a split private key public cryptosystem |
| US5535276A (en) | 1994-11-09 | 1996-07-09 | Bell Atlantic Network Services, Inc. | Yaksha, an improved system and method for securing communications using split private key asymmetric cryptography |
| JPH0854951A (ja) | 1994-08-10 | 1996-02-27 | Fujitsu Ltd | ソフトウェア使用量管理装置 |
| US5737420A (en) | 1994-09-07 | 1998-04-07 | Mytec Technologies Inc. | Method for secure data transmission between remote stations |
| US5640592A (en) * | 1994-09-30 | 1997-06-17 | Mitsubishi Kasei America, Inc. | System for transferring utility algorithm stored within a peripheral device to a host computer in a format compatible with the type of the host computer |
| US6189037B1 (en) | 1994-09-30 | 2001-02-13 | Intel Corporation | Broadband data interface |
| FI100137B (fi) | 1994-10-28 | 1997-09-30 | Vazvan Simin | Reaaliaikainen langaton telemaksujärjestelmä |
| US5727065A (en) | 1994-11-14 | 1998-03-10 | Hughes Electronics | Deferred billing, broadcast, electronic document distribution system and method |
| JPH08263438A (ja) | 1994-11-23 | 1996-10-11 | Xerox Corp | ディジタルワークの配給及び使用制御システム並びにディジタルワークへのアクセス制御方法 |
| US6963859B2 (en) | 1994-11-23 | 2005-11-08 | Contentguard Holdings, Inc. | Content rendering repository |
| US5715403A (en) * | 1994-11-23 | 1998-02-03 | Xerox Corporation | System for controlling the distribution and use of digital works having attached usage rights where the usage rights are defined by a usage rights grammar |
| US5629980A (en) * | 1994-11-23 | 1997-05-13 | Xerox Corporation | System for controlling the distribution and use of digital works |
| US5638443A (en) | 1994-11-23 | 1997-06-10 | Xerox Corporation | System for controlling the distribution and use of composite digital works |
| US5634012A (en) * | 1994-11-23 | 1997-05-27 | Xerox Corporation | System for controlling the distribution and use of digital works having a fee reporting mechanism |
| JP4386898B2 (ja) | 1994-12-13 | 2009-12-16 | インターシア ソフトウェア エルエルシー | 暗号鍵システム |
| US5485577A (en) | 1994-12-16 | 1996-01-16 | General Instrument Corporation Of Delaware | Method and apparatus for incremental delivery of access rights |
| US5745569A (en) * | 1996-01-17 | 1998-04-28 | The Dice Company | Method for stega-cipher protection of computer code |
| US5576532A (en) | 1995-01-03 | 1996-11-19 | Xerox Corporation | Interleaved and interlaced sync codes and address codes for self-clocking glyph codes |
| SE504085C2 (sv) | 1995-02-01 | 1996-11-04 | Greg Benson | Sätt och system för att hantera dataobjekt i enlighet med förutbestämda villkor för användare |
| US5892900A (en) * | 1996-08-30 | 1999-04-06 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
| US5943422A (en) * | 1996-08-12 | 1999-08-24 | Intertrust Technologies Corp. | Steganographic techniques for securely delivering electronic digital rights management control information over insecure communication channels |
| ATE419586T1 (de) * | 1995-02-13 | 2009-01-15 | Intertrust Tech Corp | Systeme und verfahren zur gesicherten transaktionsverwaltung und elektronischem rechtsschutz |
| US5530235A (en) * | 1995-02-16 | 1996-06-25 | Xerox Corporation | Interactive contents revealing storage device |
| US5632681A (en) | 1995-03-07 | 1997-05-27 | International Business Machines Corporation | Universal electronic video game renting/distributing system |
| US6424717B1 (en) | 1995-04-03 | 2002-07-23 | Scientific-Atlanta, Inc. | Encryption devices for use in a conditional access system |
| US6157719A (en) | 1995-04-03 | 2000-12-05 | Scientific-Atlanta, Inc. | Conditional access system |
| US6246767B1 (en) | 1995-04-03 | 2001-06-12 | Scientific-Atlanta, Inc. | Source authentication of download information in a conditional access system |
| JPH08286927A (ja) * | 1995-04-18 | 1996-11-01 | Hitachi Ltd | アセンブラ処理方式 |
| US5717604A (en) | 1995-05-25 | 1998-02-10 | Wiggins; Christopher | Network monitoring system for tracking, billing and recovering licenses |
| US5790677A (en) | 1995-06-29 | 1998-08-04 | Microsoft Corporation | System and method for secure electronic commerce transactions |
| FR2736783B1 (fr) | 1995-07-13 | 1997-08-14 | Thomson Multimedia Sa | Procede et appareil d'enregistrement et de lecture avec un support d'enregistrement de grande capacite |
| US6311214B1 (en) * | 1995-07-27 | 2001-10-30 | Digimarc Corporation | Linking of computers based on optical sensing of digital data |
| US5764807A (en) | 1995-09-14 | 1998-06-09 | Primacomp, Inc. | Data compression using set partitioning in hierarchical trees |
| KR0166923B1 (ko) | 1995-09-18 | 1999-03-20 | 구자홍 | 디지탈 방송 시스템의 불법 시청 및 복사 방지방법 및 장치 |
| US5684885A (en) * | 1995-09-27 | 1997-11-04 | Xerox Corporation | Binary glyph codes based on color relationships |
| US5765152A (en) * | 1995-10-13 | 1998-06-09 | Trustees Of Dartmouth College | System and method for managing copyrighted electronic media |
| US6279112B1 (en) | 1996-10-29 | 2001-08-21 | Open Market, Inc. | Controlled transfer of information in computer networks |
| US5825876A (en) | 1995-12-04 | 1998-10-20 | Northern Telecom | Time based availability to content of a storage medium |
| US5708709A (en) | 1995-12-08 | 1998-01-13 | Sun Microsystems, Inc. | System and method for managing try-and-buy usage of application programs |
| CA2242596C (en) | 1996-01-11 | 2012-06-19 | Mrj, Inc. | System for controlling access and distribution of digital property |
| US5870475A (en) | 1996-01-19 | 1999-02-09 | Northern Telecom Limited | Facilitating secure communications in a distribution network |
| US5848378A (en) | 1996-02-07 | 1998-12-08 | The International Weather Network | System for collecting and presenting real-time weather information on multiple media |
| US5987134A (en) | 1996-02-23 | 1999-11-16 | Fuji Xerox Co., Ltd. | Device and method for authenticating user's access rights to resources |
| WO1997035430A1 (en) | 1996-03-18 | 1997-09-25 | News Datacom Limited | Smart card chaining in pay television systems |
| US5673316A (en) | 1996-03-29 | 1997-09-30 | International Business Machines Corporation | Creation and distribution of cryptographic envelope |
| DE69702709T2 (de) | 1996-04-01 | 2001-04-05 | Macrovision Corp., Sunnyvale | Verfahren zur steuerung von kopierschutzmassnahmen in digitalen fernsehnetzwerken |
| US5751813A (en) | 1996-04-29 | 1998-05-12 | Motorola, Inc. | Use of an encryption server for encrypting messages |
| US5850433A (en) | 1996-05-01 | 1998-12-15 | Sprint Communication Co. L.P. | System and method for providing an on-line directory service |
| EP1621961A3 (en) | 1996-05-15 | 2009-01-21 | Intertrust Technologies Corp | Storage media electronic rights management |
| JP2810033B2 (ja) | 1996-07-08 | 1998-10-15 | 村越 弘昌 | 稼働管理システム及び稼働管理方法 |
| US5812398A (en) * | 1996-06-10 | 1998-09-22 | Sun Microsystems, Inc. | Method and system for escrowed backup of hotelled world wide web sites |
| US5850443A (en) | 1996-08-15 | 1998-12-15 | Entrust Technologies, Ltd. | Key management system for mixed-trust environments |
| FR2752655B1 (fr) | 1996-08-20 | 1998-09-18 | France Telecom | Procede et equipement pour affecter a un programme de television deja en acces conditionnel un acces conditionnel complementaire |
| GB2316503B (en) | 1996-08-22 | 2000-11-15 | Icl Personal Systems Oy | Software licence management |
| US5812664A (en) | 1996-09-06 | 1998-09-22 | Pitney Bowes Inc. | Key distribution system |
| US5850444A (en) | 1996-09-09 | 1998-12-15 | Telefonaktienbolaget L/M Ericsson (Publ) | Method and apparatus for encrypting radio traffic in a telecommunications network |
| US6052780A (en) | 1996-09-12 | 2000-04-18 | Open Security Solutions, Llc | Computer system and process for accessing an encrypted and self-decrypting digital information product while restricting access to decrypted digital information |
| US5825879A (en) | 1996-09-30 | 1998-10-20 | Intel Corporation | System and method for copy-protecting distributed video content |
| US5864127A (en) | 1996-10-10 | 1999-01-26 | Xerox Corporation | Analog glyph detector and detector arrays |
| US6006332A (en) | 1996-10-21 | 1999-12-21 | Case Western Reserve University | Rights management system for digital media |
| JPH10133955A (ja) | 1996-10-29 | 1998-05-22 | Matsushita Electric Ind Co Ltd | 可搬型メディア駆動装置とその方法、及び可搬型メディアとネットワークの連携装置とその方法 |
| US6108372A (en) | 1996-10-30 | 2000-08-22 | Qualcomm Inc. | Method and apparatus for decoding variable rate data using hypothesis testing to determine data rate |
| US5937110A (en) * | 1996-12-20 | 1999-08-10 | Xerox Corporation | Parallel propagating embedded binary sequences for characterizing objects in N-dimensional address space |
| JP2000509588A (ja) | 1997-01-27 | 2000-07-25 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | コンテンツ情報及びそれに関連する補足情報を転送する方法及びシステム |
| GB9703193D0 (en) | 1997-02-15 | 1997-04-02 | Philips Electronics Nv | Television |
| US5920861A (en) * | 1997-02-25 | 1999-07-06 | Intertrust Technologies Corp. | Techniques for defining using and manipulating rights management data structures |
| US7062500B1 (en) * | 1997-02-25 | 2006-06-13 | Intertrust Technologies Corp. | Techniques for defining, using and manipulating rights management data structures |
| US6233684B1 (en) | 1997-02-28 | 2001-05-15 | Contenaguard Holdings, Inc. | System for controlling the distribution and use of rendered digital works through watermaking |
| CZ301220B6 (cs) | 1997-03-21 | 2009-12-09 | Canal+ Societe Anonyme | Systém s podmíneným prístupem |
| US6108420A (en) | 1997-04-10 | 2000-08-22 | Channelware Inc. | Method and system for networked installation of uniquely customized, authenticable, and traceable software application |
| WO1998051036A1 (en) | 1997-05-07 | 1998-11-12 | Neomedia Technologies, Inc. | Scanner enhanced remote control unit and system for automatically linking to on-line resources |
| JP3613929B2 (ja) | 1997-05-07 | 2005-01-26 | 富士ゼロックス株式会社 | アクセス資格認証装置および方法 |
| US6112239A (en) | 1997-06-18 | 2000-08-29 | Intervu, Inc | System and method for server-side optimization of data delivery on a distributed computer network |
| GB9714227D0 (en) | 1997-07-04 | 1997-09-10 | British Telecomm | A method of scheduling calls |
| JP3613936B2 (ja) | 1997-07-07 | 2005-01-26 | 富士ゼロックス株式会社 | アクセス資格認証装置 |
| JPH1131130A (ja) | 1997-07-10 | 1999-02-02 | Fuji Xerox Co Ltd | サービス提供装置 |
| JP3641909B2 (ja) | 1997-07-14 | 2005-04-27 | 富士ゼロックス株式会社 | 証明データ生成装置 |
| US6584565B1 (en) | 1997-07-15 | 2003-06-24 | Hewlett-Packard Development Company, L.P. | Method and apparatus for long term verification of digital signatures |
| DE69802540T2 (de) | 1997-08-01 | 2002-05-23 | Scientific-Atlanta, Inc. | System mit bedingtem zugang |
| DE69809757T2 (de) | 1997-08-01 | 2003-07-10 | Scientific-Atlanta, Inc. | Datenverschlüsselungsgerät für systeme mit bedingtem zugriff |
| US6523745B1 (en) | 1997-08-05 | 2003-02-25 | Enix Corporation | Electronic transaction system including a fingerprint identification encoding |
| JP3671611B2 (ja) | 1997-08-05 | 2005-07-13 | 富士ゼロックス株式会社 | アクセス資格認証装置および方法 |
| JP3622433B2 (ja) | 1997-08-05 | 2005-02-23 | 富士ゼロックス株式会社 | アクセス資格認証装置および方法 |
| US6091777A (en) | 1997-09-18 | 2000-07-18 | Cubic Video Technologies, Inc. | Continuously adaptive digital video compression system and method for a web streamer |
| IL121862A (en) | 1997-09-29 | 2005-07-25 | Nds Ltd West Drayton | Distributed ird system for pay television systems |
| US6112181A (en) | 1997-11-06 | 2000-08-29 | Intertrust Technologies Corporation | Systems and methods for matching, selecting, narrowcasting, and/or classifying based on rights management and/or other information |
| US6044466A (en) | 1997-11-25 | 2000-03-28 | International Business Machines Corp. | Flexible and dynamic derivation of permissions |
| US6141754A (en) | 1997-11-28 | 2000-10-31 | International Business Machines Corporation | Integrated method and system for controlling information access and distribution |
| US6084969A (en) | 1997-12-31 | 2000-07-04 | V-One Corporation | Key encryption system and method, pager unit, and pager proxy for a two-way alphanumeric pager network |
| DE69840782D1 (de) | 1998-01-02 | 2009-06-04 | Cryptography Res Inc | Leckresistentes kryptographisches Verfahren und Vorrichtung |
| JPH11205306A (ja) | 1998-01-16 | 1999-07-30 | Fuji Xerox Co Ltd | 認証装置および認証方法 |
| JP3791169B2 (ja) | 1998-01-29 | 2006-06-28 | 富士ゼロックス株式会社 | 認証装置および方法 |
| JP4113274B2 (ja) | 1998-02-05 | 2008-07-09 | 富士ゼロックス株式会社 | 認証装置および方法 |
| EP0934765A1 (en) | 1998-02-09 | 1999-08-11 | CANAL+ Société Anonyme | Interactive gaming system |
| JP3867388B2 (ja) | 1998-02-12 | 2007-01-10 | 富士ゼロックス株式会社 | 条件付き認証装置および方法 |
| DE69925466T2 (de) | 1998-03-16 | 2006-02-02 | Intertrust Technologies Corp., Santa Clara | Streaming-media-abspielgerät mit fortdauernde kontrolle und schutz von medieninhalt |
| US6189146B1 (en) | 1998-03-18 | 2001-02-13 | Microsoft Corporation | System and method for software licensing |
| EP0946022B1 (en) | 1998-03-26 | 2013-12-18 | Nippon Telegraph And Telephone Corporation | Email access control scheme for communication network using identification concealment mechanism |
| US6282653B1 (en) | 1998-05-15 | 2001-08-28 | International Business Machines Corporation | Royalty collection method and system for use of copyrighted digital materials on the internet |
| FI107984B (fi) | 1998-05-20 | 2001-10-31 | Nokia Networks Oy | Palvelun luvattoman käytön estäminen |
| US6216112B1 (en) | 1998-05-27 | 2001-04-10 | William H. Fuller | Method for software distribution and compensation with replenishable advertisements |
| JP3125746B2 (ja) * | 1998-05-27 | 2001-01-22 | 日本電気株式会社 | 人物像対話装置及び人物像対話プログラムを記録した記録媒体 |
| US6219652B1 (en) | 1998-06-01 | 2001-04-17 | Novell, Inc. | Network license authentication |
| EP0964572A1 (en) | 1998-06-08 | 1999-12-15 | CANAL+ Société Anonyme | Decoder and security module for a digital transmission system |
| US6169976B1 (en) | 1998-07-02 | 2001-01-02 | Encommerce, Inc. | Method and apparatus for regulating the use of licensed products |
| US6865675B1 (en) | 1998-07-14 | 2005-03-08 | Koninklijke Philips Electronics N.V. | Method and apparatus for use of a watermark and a unique time dependent reference for the purpose of copy protection |
| US6275531B1 (en) | 1998-07-23 | 2001-08-14 | Optivision, Inc. | Scalable video coding method and apparatus |
| US6226618B1 (en) | 1998-08-13 | 2001-05-01 | International Business Machines Corporation | Electronic content delivery system |
| WO2000011871A1 (en) | 1998-08-23 | 2000-03-02 | Open Entertainment, Inc. | Transaction system for transporting media files from content provider sources to home entertainment devices |
| US6397333B1 (en) | 1998-10-07 | 2002-05-28 | Infineon Technologies Ag | Copy protection system and method |
| SG87837A1 (en) * | 1998-10-08 | 2002-04-16 | Sony Computer Entertainment Inc | Portable toy, portable information terminal, intertainment system, and recording medium |
| US6327652B1 (en) | 1998-10-26 | 2001-12-04 | Microsoft Corporation | Loading and identifying a digital rights management operating system |
| JP2000215165A (ja) | 1999-01-26 | 2000-08-04 | Nippon Telegr & Teleph Corp <Ntt> | 情報アクセス制御方法および装置と情報アクセス制御プログラムを記録した記録媒体 |
| EP1026898A1 (en) | 1999-02-04 | 2000-08-09 | CANAL+ Société Anonyme | Method and apparatus for encrypted transmission |
| US7024393B1 (en) * | 1999-03-27 | 2006-04-04 | Microsoft Corporation | Structural of digital rights management (DRM) system |
| US6973444B1 (en) | 1999-03-27 | 2005-12-06 | Microsoft Corporation | Method for interdependently validating a digital content package and a corresponding digital license |
| US7073063B2 (en) * | 1999-03-27 | 2006-07-04 | Microsoft Corporation | Binding a digital license to a portable device or the like in a digital rights management (DRM) system and checking out/checking in the digital license to/from the portable device or the like |
| DE59906976D1 (de) | 1999-04-07 | 2003-10-16 | Swisscom Mobile Ag | Verfahren und system zum bestellen, laden und verwenden von zutritts-tickets |
| US6920567B1 (en) * | 1999-04-07 | 2005-07-19 | Viatech Technologies Inc. | System and embedded license control mechanism for the creation and distribution of digital content files and enforcement of licensed use of the digital content files |
| EP1248988A2 (en) * | 1999-04-12 | 2002-10-16 | Reciprocal, Inc. | System and method for data rights management |
| US6453305B1 (en) | 1999-05-21 | 2002-09-17 | Compaq Computer Corporation | Method and system for enforcing licenses on an open network |
| US6536037B1 (en) * | 1999-05-27 | 2003-03-18 | Accenture Llp | Identification of redundancies and omissions among components of a web based architecture |
| US6544294B1 (en) * | 1999-05-27 | 2003-04-08 | Write Brothers, Inc. | Method and apparatus for creating, editing, and displaying works containing presentation metric components utilizing temporal relationships and structural tracks |
| WO2000073922A2 (en) | 1999-06-01 | 2000-12-07 | Cacheflow, Inc. | Content delivery system |
| AU6074100A (en) | 1999-07-06 | 2001-01-22 | Transcast International, Inc. | Enabling viewers of television systems to participate in auctions |
| FR2796183B1 (fr) | 1999-07-07 | 2001-09-28 | A S K | Ticket d'acces sans contact et son procede de fabrication |
| US6796555B1 (en) | 1999-07-19 | 2004-09-28 | Lucent Technologies Inc. | Centralized video controller for controlling distribution of video signals |
| US20020056118A1 (en) | 1999-08-27 | 2002-05-09 | Hunter Charles Eric | Video and music distribution system |
| US6289455B1 (en) | 1999-09-02 | 2001-09-11 | Crypotography Research, Inc. | Method and apparatus for preventing piracy of digital content |
| GB2354102B (en) | 1999-09-08 | 2004-01-14 | Barron Mccann Ltd | Security system |
| US6401211B1 (en) | 1999-10-19 | 2002-06-04 | Microsoft Corporation | System and method of user logon in combination with user authentication for network access |
| US6246797B1 (en) | 1999-11-12 | 2001-06-12 | Picsurf, Inc. | Picture and video storage management system and method |
| JP2001142720A (ja) * | 1999-11-12 | 2001-05-25 | Ricoh Co Ltd | コンピュータシステム |
| DE19956359A1 (de) | 1999-11-24 | 2001-05-31 | Alcatel Sa | Kartenbuchung mittels einer virtuellen Eintrittskarte |
| US6384829B1 (en) * | 1999-11-24 | 2002-05-07 | Fuji Xerox Co., Ltd. | Streamlined architecture for embodied conversational characters with reduced message traffic |
| US6738901B1 (en) | 1999-12-15 | 2004-05-18 | 3M Innovative Properties Company | Smart card controlled internet access |
| KR100544177B1 (ko) * | 2000-01-18 | 2006-01-23 | 삼성전자주식회사 | 컴퓨터를 통한 디지털 컨텐츠의 저장 및 재생 기능을구비한 개인 휴대 장치의 제어방법 및 이에 따른 개인휴대장치의 동작방법 |
| JP2001209820A (ja) * | 2000-01-25 | 2001-08-03 | Nec Corp | 感情表出装置及びプログラムを記録した機械読み取り可能な記録媒体 |
| JP2001294557A (ja) * | 2000-02-10 | 2001-10-23 | Nippon Shokubai Co Ltd | α,β−不飽和カルボン酸エステル類の製法及び該製法に用いる触媒 |
| CN101615231A (zh) | 2000-06-02 | 2009-12-30 | 松下电器产业株式会社 | 记录媒体、许可管理装置、和记录及回放装置 |
| US7228427B2 (en) * | 2000-06-16 | 2007-06-05 | Entriq Inc. | Method and system to securely distribute content via a network |
| US7017189B1 (en) * | 2000-06-27 | 2006-03-21 | Microsoft Corporation | System and method for activating a rendering device in a multi-level rights-management architecture |
| US7225231B2 (en) | 2000-09-20 | 2007-05-29 | Visto Corporation | System and method for transmitting workspace elements across a network |
| US6922670B2 (en) * | 2000-10-24 | 2005-07-26 | Sanyo Electric Co., Ltd. | User support apparatus and system using agents |
| US7209893B2 (en) * | 2000-11-30 | 2007-04-24 | Nokia Corporation | Method of and a system for distributing electronic content |
| US20020077984A1 (en) | 2000-12-19 | 2002-06-20 | Mark Ireton | Enabling protected digital media to be shared between playback devices |
| US6912294B2 (en) * | 2000-12-29 | 2005-06-28 | Contentguard Holdings, Inc. | Multi-stage watermarking process and system |
| US20020099545A1 (en) * | 2001-01-24 | 2002-07-25 | Levitt Benjamin J. | System, method and computer program product for damage control during large-scale address speech recognition |
| US6575376B2 (en) * | 2001-02-16 | 2003-06-10 | Sybase, Inc. | System with improved methodology for providing international address validation |
| US7580988B2 (en) * | 2001-04-05 | 2009-08-25 | Intertrust Technologies Corporation | System and methods for managing the distribution of electronic content |
| US20020157002A1 (en) * | 2001-04-18 | 2002-10-24 | Messerges Thomas S. | System and method for secure and convenient management of digital electronic content |
| US8001053B2 (en) | 2001-05-31 | 2011-08-16 | Contentguard Holdings, Inc. | System and method for rights offering and granting using shared state variables |
| US7774280B2 (en) | 2001-06-07 | 2010-08-10 | Contentguard Holdings, Inc. | System and method for managing transfer of rights using shared state variables |
| US7421411B2 (en) * | 2001-07-06 | 2008-09-02 | Nokia Corporation | Digital rights management in a mobile communications environment |
| US8001054B1 (en) | 2001-07-10 | 2011-08-16 | American Express Travel Related Services Company, Inc. | System and method for generating an unpredictable number using a seeded algorithm |
| US20030023427A1 (en) * | 2001-07-26 | 2003-01-30 | Lionel Cassin | Devices, methods and a system for implementing a media content delivery and playback scheme |
| EP1419459A2 (en) | 2001-08-10 | 2004-05-19 | Cellectivity Limited | Web interaction system which enables a mobile telephone to interact with web resources |
| US20030046274A1 (en) * | 2001-08-30 | 2003-03-06 | Erickson John S. | Software media container |
| US7974923B2 (en) * | 2001-11-20 | 2011-07-05 | Contentguard Holdings, Inc. | Extensible rights expression processing system |
| WO2003044680A1 (en) * | 2001-11-20 | 2003-05-30 | Contentguard Holdings, Inc. | Systems and methods for creating, manipulating and processing rights and contract expressions using tokenized templates |
| US7840488B2 (en) * | 2001-11-20 | 2010-11-23 | Contentguard Holdings, Inc. | System and method for granting access to an item or permission to use an item based on configurable conditions |
| JP4477822B2 (ja) * | 2001-11-30 | 2010-06-09 | パナソニック株式会社 | 情報変換装置 |
| US20030126086A1 (en) * | 2001-12-31 | 2003-07-03 | General Instrument Corporation | Methods and apparatus for digital rights management |
| US20030158958A1 (en) * | 2002-02-20 | 2003-08-21 | Koninklijke Philips Electronics N.V. | Distributed storage network architecture using user devices |
| CN1653463B (zh) * | 2002-03-14 | 2013-03-06 | 康坦夹德控股股份有限公司 | 用于处理使用权利表达的方法和装置 |
| AU2003282576A1 (en) | 2002-10-09 | 2004-05-04 | Legal Igaming, Inc. | System and method for connecting gaming devices to a network for remote play |
| FR2854870B1 (fr) | 2003-05-16 | 2006-03-24 | S2F Flexico | Procede et dispositif perfectionnes d'emballage, sachets obtenus et leur application |
-
2003
- 2003-03-14 CN CN038108852A patent/CN1653463B/zh not_active Expired - Lifetime
- 2003-03-14 KR KR1020047014430A patent/KR100960502B1/ko not_active Expired - Fee Related
- 2003-03-14 WO PCT/US2003/007849 patent/WO2003079270A1/en not_active Ceased
- 2003-03-14 WO PCT/US2003/007936 patent/WO2003077955A1/en not_active Ceased
- 2003-03-14 KR KR10-2004-7014492A patent/KR20040101312A/ko not_active Ceased
- 2003-03-14 EP EP03744684A patent/EP1490819A4/en not_active Withdrawn
- 2003-03-14 AU AU2003221995A patent/AU2003221995A1/en not_active Abandoned
- 2003-03-14 JP JP2003577197A patent/JP4740543B2/ja not_active Expired - Lifetime
- 2003-03-14 WO PCT/US2003/007847 patent/WO2003079269A1/en not_active Ceased
- 2003-03-14 JP JP2003577196A patent/JP4290565B2/ja not_active Expired - Fee Related
- 2003-03-14 AU AU2003220269A patent/AU2003220269A1/en not_active Abandoned
- 2003-03-14 EP EP03716567A patent/EP1483715A4/en not_active Ceased
- 2003-03-14 JP JP2003576008A patent/JP2005532610A/ja active Pending
- 2003-03-14 US US10/388,167 patent/US20040015426A1/en not_active Abandoned
- 2003-03-14 EP EP03717978A patent/EP1488302A4/en not_active Withdrawn
- 2003-03-14 CN CNA038107198A patent/CN1653462A/zh active Pending
- 2003-03-14 KR KR1020047014487A patent/KR100703521B1/ko not_active Expired - Lifetime
- 2003-03-14 WO PCT/US2003/007848 patent/WO2003079156A2/en not_active Ceased
- 2003-03-14 AU AU2003230651A patent/AU2003230651A1/en not_active Abandoned
- 2003-03-14 US US10/388,171 patent/US20030225700A1/en not_active Abandoned
- 2003-03-14 CN CN2013100202494A patent/CN103150492A/zh active Pending
- 2003-03-14 US US10/388,162 patent/US8108313B2/en active Active
- 2003-03-14 CN CNA038110571A patent/CN1653465A/zh active Pending
- 2003-03-14 BR BR0308409-4A patent/BR0308409A/pt not_active Application Discontinuation
- 2003-03-14 AU AU2003225804A patent/AU2003225804A1/en not_active Abandoned
- 2003-03-14 EP EP03723739A patent/EP1483717A4/en not_active Withdrawn
- 2003-03-14 US US10/388,217 patent/US20030233169A1/en not_active Abandoned
- 2003-03-14 US US10/388,226 patent/US7359884B2/en not_active Expired - Lifetime
-
2008
- 2008-09-04 US US12/204,393 patent/US9626668B2/en not_active Expired - Lifetime
-
2011
- 2011-03-09 JP JP2011051399A patent/JP2011150717A/ja active Pending
-
2013
- 2013-05-08 JP JP2013098415A patent/JP2013157031A/ja active Pending
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2001046783A2 (en) * | 1999-12-17 | 2001-06-28 | Microsoft Corporation | System and method for accessing protected content in a rights-management architecture |
Non-Patent Citations (2)
| Title |
|---|
| CSND200300264009; 大古 英雄: 'XML最前線 第2回 XMLをデータベースに上手に保存する方法' 日経バイト Vol.209, 20001022, p.148-p.153, 日経BP社 * |
| JPN6012012629; 大古 英雄: 'XML最前線 第2回 XMLをデータベースに上手に保存する方法' 日経バイト Vol.209, 20001022, p.148-p.153, 日経BP社 * |
Also Published As
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4740543B2 (ja) | 使用権表現を処理する方法および装置 | |
| US7558759B2 (en) | Systems and methods for creating, manipulating and processing rights and contract expressions using tokenized templates | |
| US7685642B2 (en) | System and method for controlling rights expressions by stakeholders of an item | |
| US7805371B2 (en) | Rights expression profile system and method | |
| US20110209223A1 (en) | Extensible rights expression processing system | |
| WO2004084013A2 (en) | Rights expression profile system and method | |
| Safavi-Naini et al. | Import/export in digital rights management | |
| Wang | Design principles and issues of rights expression languages for digital rights management | |
| Lonneborg | Extending an MPEG-21 viewer to manage access rights | |
| Torres Padrosa | Contribution to an Architecture for Multimedia Information Management and Protection Based on Open Standards | |
| EP2341460A1 (en) | System and method for managing usage rights expressions |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130607 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130607 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140225 |
|
| A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20140526 |
|
| A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20140529 |
|
| A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20141021 |