IPWorks Encrypt 2020 Java Edition

Questions / Feedback?

SignerCert Property

The certificate used for signature verification.

Syntax

public Certificate getSignerCert();
public void setSignerCert(Certificate signerCert);

Remarks

This property specifies a certificate for signature verification.

This may be set instead of SignerKey. This allows a Certificate object to be used instead of a RSAKey object. This certificate is used when calling VerifySignature.

If both this property and SignerKey are specified, SignerKey will be used and this property will be ignored.

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