This is a very basic implementation of a TrustManager. More...
Public Member Functions | |
BasicTrustManager () | |
Constructor. | |
boolean | matchesRole (PublisherID desiredRole, PublisherPublicKeyDigest thisKey) |
Checks if the publisher is the expected one. |
This is a very basic implementation of a TrustManager.
It checks whether a content's publisher matches the expected publisher for a consumer.
org.ccnx.ccn.impl.security.keys.BasicTrustManager.BasicTrustManager | ( | ) |
Constructor.