import org.bouncycastle.jce.provider.BouncyCastleProvider; ... Security.addProvider(new BouncyCastleProvider());. Or either I can add it to a path in the JRE on ...
確定! 回上一頁