corda/test-utils
Ross Nicoll c003ec0042 Replace X509Certificate with X509CertificateHolder
Replace X509Certificate with X509CertificateHolder for consistency in implementation of how X.509 certificates
are managed. Using the Java standard class entails the actual implementing class being one of several options
depending how a certificate is built, which makes serialization/deserialization with Kryo inconsistent as some
of these forms cannot be directly built from outside restricted classes.
2017-05-30 17:05:43 +01:00
..
src/main/kotlin/net/corda/testing Replace X509Certificate with X509CertificateHolder 2017-05-30 17:05:43 +01:00
build.gradle RPC muxing, multithreading, RPC driver, performance tests 2017-05-05 17:10:52 +01:00