public static interface DOFCipher.Factory
Modifier and Type | Method and Description |
---|---|
DOFCipher |
create(byte[] key)
Create DOFCipher from a key.
|
DOFCipher create(byte[] key) throws DOFSecurityException
key
- The key to use.DOFSecurityException