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 © 2020. All rights reserved.