Class KeyStoreAccessPkcs12

    • Method Detail

      • of

        public static KeyStoreAccessPkcs12 of​(File keyStore,
                                              String password)
        Parameters:
        keyStore - the File pointing to the keystore.
        password - the password used to encrypt/decrypt the keystore.
        Returns:
        the new instance.