Versions in this module Expand all Collapse all v2 v2.0.11-alpha Feb 22, 2022 v2.0.10 Feb 17, 2022 Changes in this version + func JavaDecryptCBC(encryptedStr, keyStr string) (decryptedStr string, err error) + func JavaDecryptECB(encryptedStr, keyStr string) (decryptedStr string, err error) + func JavaEncryptCBC(srcStr, keyStr string) (encryptedStr string, err error) + func JavaEncryptECB(srcStr, keyStr string) (encryptedStr string, err error)