SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

SignatureAttribute Type

Represents an attribute of a digital PKCS#7/CMS signature.

Remarks

Attributes store auxiliary information about the signed message, the signature, or the owner. Each attribute is a OID=Value pair.

Common attributes are signing time, a content type, a policy identifier, and a signature timestamp.

Fields

OID
String?

The object identifier of the attribute.

Value
ByteArray?

The value of the attribute.

Constructors

public constructor()

Creates a new, empty, signature attribute.

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