public class GeneralCryptoImpl extends Object implements GeneralCrypto
| 构造器和说明 |
|---|
GeneralCryptoImpl(GeneralCryptoConfig config) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
decrypt(byte[] data) |
byte[] |
encrypt(byte[] data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecryptAsString, decryptAsString, decryptFromBase64, decryptFromBase64AsString, enable, encrypt, encryptAsBase64, encryptAsBase64, getPublicKeyContentpublic GeneralCryptoImpl(GeneralCryptoConfig config)
public byte[] encrypt(byte[] data)
encrypt 在接口中 GeneralCryptopublic byte[] decrypt(byte[] data)
decrypt 在接口中 GeneralCryptoCopyright © 2025. All rights reserved.