encoded property

Uint8List? encoded
getter/setter pair

Returns the encoded form of this certificate. It is assumed that each certificate type would have only a single form of encoding; for example, X.509 certificates would be encoded as ASN.1 DER.

Implementation

Uint8List? encoded;