ownerHash property

Uint8List get ownerHash

Owner password hash.

Implementation

Uint8List get ownerHash {
  final o = encryptDict['O'];
  if (o is PdfString) return o.bytes;
  return Uint8List(0);
}