public interface EncryptService
String encrypt(String str) throws EncryptException
EncryptExceptionString decrypt(String str) throws EncryptException
EncryptExceptionbyte[] encrypt(byte[] bytes)
throws EncryptException
EncryptExceptionbyte[] decrypt(byte[] bytes)
throws EncryptException
EncryptExceptionString getMethod()
Copyright © 2015–2025 cn.gtmap. All rights reserved.