certChain property

List<(String, Uint8List)> certChain
final

The certificate chain associated with the private key. Each element is a tuple of (certType, certData).

Implementation

final List<(String, Uint8List)> certChain;