certificateBase64s property

List<String>? certificateBase64s
getter/setter pair

A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.

Implementation

core.List<core.String>? certificateBase64s;