-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added requirements for trust network actors on pki material exchange …
…transactions
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
Instance: publish-pki-material | ||
InstanceOf: Requirements | ||
Usage: #definition | ||
* title = "Publish PKI material" | ||
* status = $pubStatus#active | ||
* publisher = "WHO" | ||
* description = "Publish trust material to a Trust Anchor" | ||
* actor[+] = Canonical(TrustNetworkParticipant) | ||
|
||
|
||
|
||
Instance: receive-pki-material | ||
InstanceOf: Requirements | ||
Usage: #definition | ||
* title = "Receive PKI material" | ||
* status = $pubStatus#active | ||
* publisher = "WHO" | ||
* description = "Receive trust material from a Trust Network Participant, for distribution within the Trust Network" | ||
* actor[+] = Canonical(TrustNetworkAnchor) | ||
|
||
Instance: distribute-pki-material | ||
InstanceOf: Requirements | ||
Usage: #definition | ||
* title = "Distribute PKI material" | ||
* status = $pubStatus#active | ||
* publisher = "WHO" | ||
* description = "Make received trust material available through a distrubution point to a Trust Network Participant" | ||
* actor[+] = Canonical(TrustNetworkAnchor) | ||
|
||
Instance: retrieve-pki-material | ||
InstanceOf: Requirements | ||
Usage: #definition | ||
* title = "Retrieve PKI material" | ||
* status = $pubStatus#active | ||
* publisher = "WHO" | ||
* description = "Retrieve PKI material from a distribution point" | ||
* actor[+] = Canonical(TrustNetworkParticipant) | ||
* actor[+] = Canonical(TrustNetworkAnchor) |