public class ModuleCipherFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModuleCipherFactory.ModuleType |
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE_LENGTH |
| Constructor and Description |
|---|
ModuleCipherFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BlockCipher.Decryptor |
getDecryptor(AesMode mode,
byte[] keyBytes) |
static BlockCipher.Encryptor |
getEncryptor(AesMode mode,
byte[] keyBytes) |
public static final int SIZE_LENGTH
public static BlockCipher.Encryptor getEncryptor(AesMode mode, byte[] keyBytes)
public static BlockCipher.Decryptor getDecryptor(AesMode mode, byte[] keyBytes)
Copyright © 2023 The Apache Software Foundation. All rights reserved.