类 KeyPairFactory


  • public class KeyPairFactory
    extends Object
    证书工具
    作者:
    youta
    • 字段详细资料

      • PKCS12_KEY_STORE

        private static final KeyStore PKCS12_KEY_STORE
    • 构造器详细资料

      • KeyPairFactory

        public KeyPairFactory()
    • 方法详细资料

      • initWechatMetaBean

        public WechatMetaBean initWechatMetaBean​(String keyPath,
                                                 String keyAlias,
                                                 String keyPass)
        获取公私钥.
        参数:
        keyPath - the key path
        keyAlias - the key alias
        keyPass - password
        返回:
        the key pair