-
public interface CryptorThe interfaceCryptorholds the operation mode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intnewOperationMode()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
-