DOFCipherFactorycreate Method OpenDOF Object Access Library
Create DOFCipher from a key.

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

C#
DOFCipher create(
	byte[] key
)

Parameters

key
Type: SystemByte
The key to use.

Return Value

Type: DOFCipher
The created DOFCipher.
Exceptions

ExceptionCondition
DOFSecurityException
Remarks

Create DOFCipher from a key.
See Also

Reference