Interface | Description |
---|---|
DOFCipher.Factory |
The factory definition for creating a DOFCipher.
|
DOFCredentialsAssigner |
A DOFCredential assigner.
|
DOFPermission.Factory |
A permission factory can be implemented and registered to instruct the OAL how to
create custom permissions from serial form.
|
Class | Description |
---|---|
DOFCipher |
A block cipher algorithm implementation.
|
DOFPermission |
This class represents a permission.
|
DOFPermission.ActAs |
The "act as" permission declares the source identifier that a node can use to represent another node.
|
DOFPermission.ActAsAny |
The "act as any" permission declares that a node can use any source identifiers to represent other nodes.
|
DOFPermission.Binding |
The Binding class defines the permission required to binding Objects and Interfaces.
|
DOFPermission.Binding.Builder |
This is the builder for a DOFPermission.Binding.
|
DOFPermission.Define |
The Define class defines the permission required to act as a define for a specific interface or for all if
the
DOFInterfaceID.WILDCARD interface is specified. |
DOFPermission.IAm |
The "I am" permission declares the source identifier that a node can use to represent itself.
|
DOFPermission.Provider |
The Provider class defines the permission required to act as a provider in a general sense.
|
DOFPermission.Requestor |
The Requestor class defines the permission required to act as a requestor in a general sense.
|
DOFPermission.TunnelDomain |
The tunnel domain permission declares the remote domain identifier that a node can use when sending an operation.
|
DOFPermission.Unknown |
The Unknown class represents the condition of unknown permission.
|
DOFPermissionSet |
DOFPermissionSet represents a set of permissions.
|
DOFPermissionSet.Builder |
This is the builder for a DOFPermissionSet.
|
DOFSecurityMode |
The class represents any Security Mode implementation.
|
DOFSecurityMode.CCM |
The definition of the CCM implementation of the DOFSecurityMode.
|
Enum | Description |
---|---|
DOFCipher.Algorithm |
Block Cipher Algorithms.
|
DOFCipher.Strength |
The strength of the encryption.
|
Exception | Description |
---|---|
DOFAccessDeniedException |
This exception means that the initiator does not have the required permissions.
|
DOFAuthenticationFailedException |
This exception means that authentication failed.
|
DOFSecurityException |
This exception is used in the OAL to highlight security related problems that may
occur in the use of the library.
|
DOFUnknownDomainException |
This exception means that the domain is unknown to the AS.
|