Add a `data` getter to X509Certificate that returns the DER encoded bytes of the certificate from `i2d_X509()` as an UnmodifiableUint8List. This is to enable SSL pinning. /cc @mit-mit @a-siva