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