DOFSecurityMode ClassOpenDOF Object Access Library
The class represents any Security Mode implementation.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oal.securityDOFSecurityMode
    org.opendof.core.oal.securityDOFSecurityModeCCM

Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public abstract class DOFSecurityMode

The DOFSecurityMode type exposes the following members.

Constructors

  NameDescription
Protected methodDOFSecurityMode
Initializes a new instance of the DOFSecurityMode class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetBytes
Get the byte representation of the security mode.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

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.
See Also

Reference