public class XmlEncryptUtil extends Object
Constructor and Description |
---|
XmlEncryptUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
decrypt(String rsaPubKey,
String reqBody) |
static String |
decrypt(String rsaPubKey,
String strDesKey,
String encrypt) |
static String |
encrypt(String rsaPrivateKey,
String strDesKey,
String genSignStr) |
static void |
main(String[] args) |
public static void main(String[] args)
Copyright © 2022. All rights reserved.