IPWorks Encrypt 2020 Android Edition

Questions / Feedback?

Certificates Property

A collection of certificates used for signing and decryption.

Syntax

public CertificateList getCertificates();
public void setCertificates(CertificateList certificates);

Remarks

This property hold a collection of certificates used when Sign is called. The input message will be signed with each certificate specified in this property. AddCertificate may also be used to add a certificate to this collection.

The certificate(s) specified here are also used to decrypt the message when Decrypt is called.

Default Value

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