• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
CertificateListener Interface Reference

Certificate listener for PKI integration. More...

Description

Changes in the contents of the BlackBerry Dynamics X.509 certificate store can be handled by creating a class that implements this interface. Certificates in the store could be used as part of integration with an enterprise public key infrastructure (PKI).

See also
com.good.gd.pki package reference for background on BlackBerry Dynamics PKI integration.

Public Member Functions

void onCertificatedAdded (Certificate certificate)
 Certificate addition callback. More...
 
void onCertificateRemoved (Certificate certificate)
 Certificate removal callback. More...
 

Member Function Documentation

◆ onCertificatedAdded()

void onCertificatedAdded ( Certificate  certificate)

This callback is invoked when a certificate is added to the BlackBerry Dynamics certificate store.

Parameters
certificateBlackBerry Dynamics Certificate object that represents the certificate that was added.

◆ onCertificateRemoved()

void onCertificateRemoved ( Certificate  certificate)

This callback is invoked when a certificate is removed from the BlackBerry Dynamics certificate store.

Parameters
certificateBlackBerry Dynamics Certificate object that represents the certificate that was removed.