SecureBlackbox 2020 Android Edition

Questions / Feedback?

EncryptionCertificate Property

The certificate to use for encryption.

Syntax

public Certificate getEncryptionCertificate();
public void setEncryptionCertificate(Certificate encryptionCertificate);

Remarks

Use this property to specify the certificate to be used for encryption. This is a "recipient's" certificate, and as such it does not need to have an associated private key.

If the certificate is provided, an output message of EnvelopedData type will be created. The private key corresponding to the encryption certificate will be needed to decrypt it.

This property is not available at design time.

Default Value

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