SecureBlackbox 2020 Python Edition

Questions / Feedback?

signature_type Property

Specifies the kind of signature to create.

Syntax

def get_signature_type() -> int: ...
def set_signature_type(value: int) -> None: ...

signature_type = property(get_signature_type, set_signature_type)

Default Value

2

Remarks

Possible values:

stPKCS1Detached1Detached PKCS#1 signature
stPKCS7Detached2Detached PKCS#7 signature
stPKCS7Enveloping3Enveloping PKCS#7 signature

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