所有方法 静态方法 具体方法
| 限定符和类型 |
方法和说明 |
static byte[] |
decrypt(Provider provider,
String algorithm,
byte[] key,
byte[] data) |
static byte[] |
decrypt(Provider provider,
String algorithm,
Key key,
byte[] data) |
static byte[] |
decrypt(String algorithm,
byte[] key,
byte[] data) |
static byte[] |
decrypt(String algorithm,
Key key,
byte[] data) |
static byte[] |
decrypt(String provider,
String algorithm,
byte[] key,
byte[] data) |
static byte[] |
decrypt(String provider,
String algorithm,
Key key,
byte[] data) |
static byte[] |
decryptByKeySeed(Provider provider,
String algorithm,
byte[] seed,
byte[] data) |
static byte[] |
decryptByKeySeed(String algorithm,
byte[] seed,
byte[] data) |
static byte[] |
decryptByKeySeed(String provider,
String algorithm,
byte[] seed,
byte[] data) |
static byte[] |
doFinal(Cipher cipher,
byte[] data) |
static byte[] |
doFinal(Cipher cipher,
byte[] data,
int offset,
int len) |
static Cipher |
doInitDecryptMode(Cipher cipher,
Key key) |
static Cipher |
doInitEncryptMode(Cipher cipher,
Key key) |
static Cipher |
doUpdate(Cipher cipher,
byte[] data) |
static Cipher |
doUpdate(Cipher cipher,
byte[] data,
int offset,
int len) |
static byte[] |
encrypt(Provider provider,
String algorithm,
byte[] key,
byte[] data) |
static byte[] |
encrypt(Provider provider,
String algorithm,
Key key,
byte[] data) |
static byte[] |
encrypt(String algorithm,
byte[] key,
byte[] data) |
static byte[] |
encrypt(String algorithm,
Key key,
byte[] data) |
static byte[] |
encrypt(String provider,
String algorithm,
byte[] key,
byte[] data) |
static byte[] |
encrypt(String provider,
String algorithm,
Key key,
byte[] data) |
static byte[] |
encryptByKeySeed(Provider provider,
String algorithm,
byte[] seed,
byte[] data) |
static byte[] |
encryptByKeySeed(String algorithm,
byte[] seed,
byte[] data) |
static byte[] |
encryptByKeySeed(String provider,
String algorithm,
byte[] seed,
byte[] data) |
static Cipher |
getCipher(Provider provider,
String algorithm) |
static Cipher |
getCipher(String algorithm) |
static Cipher |
getCipher(String provider,
String algorithm) |
static Cipher |
getDecryptCipher(Provider provider,
String algorithm,
Key key) |
static Cipher |
getDecryptCipher(String algorithm,
Key key) |
static Cipher |
getDecryptCipher(String provider,
String algorithm,
Key key) |
static IDecryptor |
getDecryptor(Provider provider,
String algorithm,
Key key) |
static IDecryptor |
getDecryptor(String algorithm,
Key key) |
static IDecryptor |
getDecryptor(String provider,
String algorithm,
Key key) |
static Cipher |
getEncryptCipher(Provider provider,
String algorithm,
Key key) |
static Cipher |
getEncryptCipher(String algorithm,
Key key) |
static Cipher |
getEncryptCipher(String provider,
String algorithm,
Key key) |
static IEncryptor |
getEncryptor(Provider provider,
String algorithm,
Key key) |
static IEncryptor |
getEncryptor(String algorithm,
Key key) |
static IEncryptor |
getEncryptor(String provider,
String algorithm,
Key key) |