- Direct Known Subclasses:
- DOFSecurityMode.CCM
public abstract class DOFSecurityMode
extends java.lang.Object
The class represents any Security Mode implementation.
DOFSecurityMode knows of the possibility of 0-n encryption keys, depending on the extending implementation, and knows of one send key and
one future key that can promote to be a send key, and of one oldKey, and knows whether it is configured as a hub node, or not.
It is configurable to allow/deny multiple key receive, and for multiple key receive to invalidate old key receive on proven new key receive,
and does the latter after a specified delay. Beyond this, DOFSecurityMode has no concept of other key types, key delays, or key promotion/demotion.