public class DriverPropertiesRsaCipher extends Object implements DriverPropertiesCipher, com.jn.langx.lifecycle.Initializable
| 构造器和说明 |
|---|
DriverPropertiesRsaCipher() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
decrypt(String encryptedBase64Text) |
String |
encrypt(String text) |
String |
getPrivateKey() |
String |
getPublicKey() |
String |
getTransformation() |
void |
init() |
void |
setPrivateKey(String privateKey) |
void |
setPublicKey(String publicKey) |
void |
setTransformation(String transformation) |
public String getTransformation()
public void setTransformation(String transformation)
public String getPublicKey()
public void setPublicKey(String publicKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public void init()
throws com.jn.langx.lifecycle.InitializationException
init 在接口中 com.jn.langx.lifecycle.Initializablecom.jn.langx.lifecycle.InitializationExceptionCopyright © 2021. All rights reserved.