Package | Description |
---|---|
net.ymate.platform.validation.validate |
Modifier and Type | Method and Description |
---|---|
static String |
RSADataValidator.decryptPublicStr(IRSAKeyProvider keyProvider,
String str) |
static String |
RSADataValidator.decryptStr(IRSAKeyProvider keyProvider,
String str)
对str字符串内容采用RSA私钥解密
|
static String |
RSADataValidator.encryptPrivateStr(IRSAKeyProvider keyProvider,
String originalValue) |
static String |
RSADataValidator.encryptStr(IRSAKeyProvider keyProvider,
String originalValue)
对originalValue字符串内容采用RSA公钥加密
|
Copyright © 2022. All rights reserved.