mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
15 lines
522 B
Prolog
15 lines
522 B
Prolog
|
# proguard include file (http://proguard.sourceforge.net)
|
||
|
|
||
|
# 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
|
||
|
|