| 
Cumulus4j API (1.2.0)  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CipherOperationMode | |
|---|---|
| org.cumulus4j.crypto | API providing a unified way to use various cryptography algorithms. | 
| org.cumulus4j.crypto.internal.asymmetric | Internal (non-API) package for asymmetric encryption. | 
| org.cumulus4j.crypto.internal.symmetric | Internal (non-API) package for symmetric encryption. | 
| Uses of CipherOperationMode in org.cumulus4j.crypto | 
|---|
| Methods in org.cumulus4j.crypto that return CipherOperationMode | |
|---|---|
 CipherOperationMode | 
AbstractCipher.getMode()
 | 
 CipherOperationMode | 
Cipher.getMode()
Get the mode of this cipher.  | 
static CipherOperationMode | 
CipherOperationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static CipherOperationMode[] | 
CipherOperationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods in org.cumulus4j.crypto with parameters of type CipherOperationMode | |
|---|---|
protected abstract  void | 
AbstractCipher._init(CipherOperationMode mode,
           CipherParameters parameters)
 | 
 void | 
AbstractCipher.init(CipherOperationMode mode,
         CipherParameters parameters)
 | 
 void | 
Cipher.init(CipherOperationMode mode,
         CipherParameters parameters)
Initialise the cipher.  | 
| Uses of CipherOperationMode in org.cumulus4j.crypto.internal.asymmetric | 
|---|
| Methods in org.cumulus4j.crypto.internal.asymmetric with parameters of type CipherOperationMode | |
|---|---|
 void | 
AsymmetricBlockCipherImpl._init(CipherOperationMode mode,
           CipherParameters parameters)
 | 
| Uses of CipherOperationMode in org.cumulus4j.crypto.internal.symmetric | 
|---|
| Methods in org.cumulus4j.crypto.internal.symmetric with parameters of type CipherOperationMode | |
|---|---|
 void | 
BufferedBlockCipherImpl._init(CipherOperationMode mode,
           CipherParameters parameters)
 | 
 void | 
StreamCipherImpl._init(CipherOperationMode mode,
           CipherParameters parameters)
 | 
protected  void | 
AEADBlockCipherImpl._init(CipherOperationMode mode,
           CipherParameters parameters)
 | 
  | 
Cumulus4j API (1.2.0)  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||