Example #1
0
 public static RSAPrivateKey readRSAPrivateKey(byte[] pkcs8encodedKey) throws InvalidKeyException {
   return engine.readRSAPrivateKey(pkcs8encodedKey);
 }