Skip to content

Instantly share code, notes, and snippets.

View Jasi2169's full-sized avatar
🎯
Focusing

Jasi Jasi2169

🎯
Focusing
View GitHub Profile
@Jasi2169
Jasi2169 / XposedUtils.java
Created July 8, 2018 21:14 — forked from jaredrummler/XposedUtils.java
Utility methods for checking if the Xposed framework is installed.
/*
* Copyright (C) 2016 Jared Rummler <jared.rummler@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
package ch.cern.test.mdm.utils;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;
import java.security.PrivateKey;
import java.security.Security;