public final class SM4 extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
decrypt(boolean isPadding,
byte[] key,
byte[] input) |
static byte[] |
decrypt(boolean isPadding,
byte[] key,
byte[] iv,
byte[] input) |
static byte[] |
decrypt(byte[] key,
byte[] input) |
static byte[] |
decrypt(byte[] key,
byte[] iv,
byte[] input) |
static byte[] |
encrypt(boolean isPadding,
byte[] key,
byte[] input) |
static byte[] |
encrypt(boolean isPadding,
byte[] key,
byte[] iv,
byte[] input) |
static byte[] |
encrypt(byte[] key,
byte[] input) |
static byte[] |
encrypt(byte[] key,
byte[] iv,
byte[] input) |
public static byte[] encrypt(byte[] key,
byte[] input)
public static byte[] encrypt(boolean isPadding,
byte[] key,
byte[] input)
public static byte[] decrypt(byte[] key,
byte[] input)
public static byte[] decrypt(boolean isPadding,
byte[] key,
byte[] input)
public static byte[] encrypt(byte[] key,
byte[] iv,
byte[] input)
public static byte[] encrypt(boolean isPadding,
byte[] key,
byte[] iv,
byte[] input)
public static byte[] decrypt(byte[] key,
byte[] iv,
byte[] input)
public static byte[] decrypt(boolean isPadding,
byte[] key,
byte[] iv,
byte[] input)
Copyright © 2023. All rights reserved.