algorithmToTransformationMapping| 限定符 | 构造器和说明 |
|---|---|
protected |
Asymmetrics() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
decrypt(byte[] bytes,
byte[] priKey,
String algorithm,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom) |
static byte[] |
decryptUsePubKey(byte[] bytes,
byte[] pubKey,
String algorithm,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom) |
static byte[] |
encrypt(byte[] bytes,
byte[] pubKey,
String algorithm,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom) |
static byte[] |
encryptUsePriKey(byte[] bytes,
byte[] priKey,
String algorithm,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom) |
addDefaultTransformation, createAlgorithmTransformation, createAlgorithmTransformation, createCipher, createCipher, createCipher, createCipher, createEmptyCipher, decrypt, decrypt, decrypt, decrypt, decrypt, doEncryptOrDecrypt, doEncryptOrDecrypt, doEncryptOrDecrypt, encrypt, encrypt, encrypt, encrypt, encrypt, extractAlgorithm, extractCipherAlgorithm, extractSymmetricMode, getDefaultTransformationaddProvider, getLangxSecurityProvider, getProvider, getSecureRandom, insertProvider, insertProviderAt, langxProviderInstalled, loadLangxProvider, setuppublic static byte[] encrypt(byte[] bytes,
byte[] pubKey,
String algorithm,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom)
public static byte[] encryptUsePriKey(byte[] bytes,
byte[] priKey,
String algorithm,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom)
public static byte[] decrypt(byte[] bytes,
byte[] priKey,
String algorithm,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom)
public static byte[] decryptUsePubKey(byte[] bytes,
byte[] pubKey,
String algorithm,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom)
Copyright © 2021. All rights reserved.