|
Algorithm 1
|
|
Input:, K
|
|
Output:True or False, . |
-
1:
generate the ’s PDG and obtain
-
2:
for each
do
-
3:
for each
do
-
4:
for each
do
-
5:
compute based on QR 2 and QR 3
-
6:
= +
-
7:
end for
-
8:
record the into service certificate
-
9:
= +
-
10:
end for
-
11:
if
then
-
12:
return False
-
13:
end if
-
14:
record the into service certificate
-
15:
for each
do
-
16:
if
then
-
17:
record the flow from X to Y into service certificate
-
18:
end if
-
19:
end for
-
20:
end for
-
21:
signature(,)
-
22:
return True
|