Results 2 comments of Mr.K

``` private static void setBodyKeepParamInfos(CtMethod m, String src, boolean rebuild) throws CannotCompileException { CtClass cc = m.getDeclaringClass(); if (cc.isFrozen()) { throw new RuntimeException(cc.getName() + " class is frozen"); } CodeAttribute...

不是太明白非对称的应用场景,发布时公钥加密,然后交付客户运行时私钥解密,也就是说客户掌握私钥,那他就可以解密class文件了