IPWorks Auth 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 optionally specifies a certificate used for signature verification. When calling GetAssertion or ParseAssertion, if the assertion is signed the class will use the certificate specified in this property to verify the signature. If this property is not set the class will attempt to parse the certificate present in the assertion to perform verification.

This property is not available at design time.

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