Certificate Property
The current selected certificate.
Syntax
public Certificate getCertificate(); public void setCertificate(Certificate certificate);
Remarks
This property is populated when a specified certificate is found or loaded by the bean. This property is used for specifying private keys. Set this property to a valid Certificate object to perform different operations such as Sign, Decrypt, SignAndEncrypt, or DecryptAndVerifySignature.