public class KISA_SEED_CBC
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
KISA_SEED_CBC.Common |
static class |
KISA_SEED_CBC.KISA_ENC_DEC |
static class |
KISA_SEED_CBC.KISA_SEED_INFO |
static class |
KISA_SEED_CBC.KISA_SEED_KEY |
Constructor and Description |
---|
KISA_SEED_CBC() |
Modifier and Type | Method and Description |
---|---|
static int[] |
chartoint32_for_SEED_CBC(byte[] in,
int inLen) |
static byte[] |
int32tochar_for_SEED_CBC(int[] in,
int inLen) |
static int |
SEED_CBC_Close(KISA_SEED_CBC.KISA_SEED_INFO pInfo,
int[] out,
int out_offset,
int[] outLen) |
static byte[] |
SEED_CBC_Decrypt(byte[] pbszUserKey,
byte[] pbszIV,
byte[] message,
int message_offset,
int message_length) |
static byte[] |
SEED_CBC_Encrypt(byte[] pbszUserKey,
byte[] pbszIV,
byte[] message,
int message_offset,
int message_length) |
static int |
SEED_CBC_init(KISA_SEED_CBC.KISA_SEED_INFO pInfo,
KISA_SEED_CBC.KISA_ENC_DEC enc,
byte[] pbszUserKey,
byte[] pbszIV) |
static int |
SEED_CBC_Process(KISA_SEED_CBC.KISA_SEED_INFO pInfo,
int[] in,
int inLen,
int[] out,
int[] outLen) |
static int |
SeedRoundKey(KISA_SEED_CBC.KISA_SEED_INFO pInfo,
KISA_SEED_CBC.KISA_ENC_DEC enc,
byte[] pbszUserKey,
byte[] pbszIV) |
public static int[] chartoint32_for_SEED_CBC(byte[] in, int inLen)
public static byte[] int32tochar_for_SEED_CBC(int[] in, int inLen)
public static int SEED_CBC_init(KISA_SEED_CBC.KISA_SEED_INFO pInfo, KISA_SEED_CBC.KISA_ENC_DEC enc, byte[] pbszUserKey, byte[] pbszIV)
public static int SEED_CBC_Process(KISA_SEED_CBC.KISA_SEED_INFO pInfo, int[] in, int inLen, int[] out, int[] outLen)
public static int SEED_CBC_Close(KISA_SEED_CBC.KISA_SEED_INFO pInfo, int[] out, int out_offset, int[] outLen)
public static byte[] SEED_CBC_Encrypt(byte[] pbszUserKey, byte[] pbszIV, byte[] message, int message_offset, int message_length)
public static byte[] SEED_CBC_Decrypt(byte[] pbszUserKey, byte[] pbszIV, byte[] message, int message_offset, int message_length)
public static int SeedRoundKey(KISA_SEED_CBC.KISA_SEED_INFO pInfo, KISA_SEED_CBC.KISA_ENC_DEC enc, byte[] pbszUserKey, byte[] pbszIV)