public class SIM2Encryptor extends SimpleEncryptor
secret| 构造器和说明 |
|---|
SIM2Encryptor() |
SIM2Encryptor(byte[] secret) |
SIM2Encryptor(String secret) |
public SIM2Encryptor()
public SIM2Encryptor(byte[] secret)
public SIM2Encryptor(String secret)
protected void doInit(byte[] secret)
doInit 在类中 SimpleEncryptorpublic byte[] encrypt(byte[] secretBytes,
byte[] plainBytes)
Encryptorencrypt 在接口中 Encryptorencrypt 在类中 SimpleEncryptorsecretBytes - 密钥plainBytes - 明文Copyright © 2024. All rights reserved.