SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

add (method)

Adds a new revoked certificate entry.

Syntax

- (int)add:(NSData*)serialNumber :(NSString*)revocationDate :(int)revocationReason;
public func add(_ serialNumber: Data, _ revocationDate: String, _ revocationReason: Int32) throws -> Int32

Remarks

Use this method to add information about a revoked certificate to the CRL. SerialNumber identifies the certificate, while RevocationDate and RevocationReason set the termination date and the reason for revocation.

rrUnknown0x0000
rrUnspecified0x0001
rrKeyCompromise0x0002
rrCACompromise0x0004
rrAffiliationChanged0x0008
rrSuperseded0x0010
rrCessationOfOperation0x0020
rrCertificateHold0x0040
rrRemoveFromCRL0x0080
rrPrivilegeWithdrawn0x0100
rrAACompromise0x0200

Note that a single CRL may only contain certificates issued by a single CA, and this CRL must be signed by that CA.

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