BksKeyEntry constructor
BksKeyEntry({})
Implementation
BksKeyEntry({
required super.alias,
required super.timestamp,
required super.storeType,
required this.keyType,
required this.format,
required this.algorithm,
required this.encoded,
this.certChain = const [],
});