IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

signer_cert_encoded Property

The certificate (PEM/base64 encoded).

Syntax

def get_signer_cert_encoded(signer_cert_index: int) -> bytes: ...
def set_signer_cert_encoded(signer_cert_index: int, value: bytes) -> None: ...

Default Value

""

Remarks

The certificate (PEM/base64 encoded). This property is used to assign a specific certificate. The signer_cert_store and signer_cert_subject properties may also be used to specify a certificate.

When signer_cert_encoded is set, a search is initiated in the current signer_cert_store for the private key of the certificate. If the key is found, signer_cert_subject is updated to reflect the full subject of the selected certificate, otherwise signer_cert_subject is set to empty string.

The signer_cert_index parameter specifies the index of the item in the array. The size of the array is controlled by the signer_cert_count property.

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