2017-11-21 17:06:18 +00:00
|
|
|
# proguard include file (http://proguard.sourceforge.net)
|
|
|
|
|
2018-03-06 15:45:44 +00:00
|
|
|
-keep class avian.SystemClassLoader {
|
|
|
|
public void startBlacklisting(java.lang.Thread);
|
|
|
|
}
|
|
|
|
|
2017-11-21 17:06:18 +00:00
|
|
|
# We need these for Corda deserialisation:
|
|
|
|
-keep class sun.security.ec.ECPublicKeyImpl
|
|
|
|
-keep class sun.security.ec.ECPrivateKeyImpl
|
|
|
|
-keep class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPublicKey
|
|
|
|
-keep class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateCrtKey
|
|
|
|
|
|
|
|
-keep class java.lang.invoke.SerializedLambda {
|
|
|
|
private java.lang.Object readResolve();
|
|
|
|
}
|
|
|
|
|
|
|
|
-keep class com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl
|
|
|
|
|