I am using:
junit junit 4.1
You might want try changing your line @PrepareForTest statement.
From:
@PrepareForTest(KeyPairGenerator.class)
to:
@PrepareForTest(ClassThatCallsTheStaticMethod.class)