-
public interface Cryptor
The interfaceCryptor
holds the operation mode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
newOperationMode()
Factory callback method for get the operation mode. the operation mode can be one of the following values: ENCRYPT_MODE, DECRYPT_MODE, WRAP_MODE or UNWRAP_MODE
-