public class KeyPairFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
private Object |
lock |
private KeyStore |
store |
| Constructor and Description |
|---|
KeyPairFactory() |
| Modifier and Type | Method and Description |
|---|---|
WechatMetaBean |
createPKCS12(String keyPath,
String keyAlias,
String keyPass)
获取公私钥.
|
public WechatMetaBean createPKCS12(String keyPath, String keyAlias, String keyPass)
keyPath - the key pathkeyAlias - the key aliaskeyPass - passwordCopyright © 2021. All rights reserved.