SecureBlackbox Lite 2020 Android Edition

Questions / Feedback?

RecipientFound Event

Informs the application that an archive is encrypted with a digital certificate.

Syntax

public class DefaultArchivereaderEventListener implements ArchivereaderEventListener {
  ...
  public void recipientFound(ArchivereaderRecipientFoundEvent e) {}
  ...
}

public class ArchivereaderRecipientFoundEvent {
  public byte[] recipientHash;
  public boolean certFound;
}

Remarks

The component fires this event when processing archives encrypted with an X.509 certificate. CertFound indicates whether the matching certificate has been found in DecryptionCertificates collection.

This event is an opportunity to add the decryption certificate on a later stage if it was not known at the start of the processing.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Android Edition - Version 20.0 [Build 8166]