3233343536373839
{ return Cipher.getInstance(algorithm); } catch (NoSuchAlgorithmException | NoSuchPaddingException e) { throw new JoseException(e.toString() , e); } }