public class SIM2Decryptor extends SimpleDecryptor
secret| 构造器和说明 |
|---|
SIM2Decryptor() |
SIM2Decryptor(byte[] secret) |
SIM2Decryptor(String secret) |
public SIM2Decryptor()
public SIM2Decryptor(byte[] secret)
public SIM2Decryptor(String secret)
protected void doInit(byte[] secret)
doInit 在类中 SimpleDecryptorpublic byte[] decrypt(byte[] secretBytes,
byte[] cipherBytes)
Decryptordecrypt 在接口中 Decryptordecrypt 在类中 SimpleDecryptorsecretBytes - 密钥cipherBytes - 密文Copyright © 2024. All rights reserved.