http://cr.openjdk.java.net/~coffeys/webrev.8208583.v3/webrev/index.html
regards, Sean. On 02/08/2018 02:13, Weijun Wang wrote:
1. I wasn't able to rename to destroy since that method is reserved for the Destroyable interface. I've gone with destroyKey.Sorry I wasn't clear but this is exactly what I meant. SecretKey implements Destroyable so you don't need to define sKey as PBEKey. Does it make any problem?