SecureBlackbox 2020 Java Edition

Questions / Feedback?

GoodEntries Property

Contains a list of valid and active certificate entries.

Syntax

public CRLEntryInfoList getGoodEntries();
public void setGoodEntries(CRLEntryInfoList goodEntries);

Remarks

Use this property to provide a list of entried a 'good' status for which is returned. Provide the entries manually, or import them from a certificate collection using ImportGoodCertificates method.

Use BadEntries to provide a list of revoked certificates.

The entries that are neither good nor bad are reported with Unknown status.

This property is not available at design time.

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