The scenario is that each certificate or key had its own keystore, and the keystore password is the same as the key password.
Is it feasible that when we change the keystore password it will also change the key password and vice-versa? Without compromising the integrity of keystore and the key? Can this be done programmatically or we need to rely on Java's keytool on this?