org.opcfoundation.ua.cert
Interface DefaultCertificateStoreListener


public interface DefaultCertificateStoreListener

Listener for Cert changes for DefaultCertificateValidator


Method Summary
 void onRejectedCertificateAdded(Cert cert)
          Called after DefaultCertificateValidator adds a Certificate to Rejected certificates
 void onRevokedListAdded(X509CRL crl)
          Called after DefaultCertificateValidator adds a Certificate Revoked List.
 void onTrustedCertificateAdded(Cert cert)
          Called after DefaultCertificateValidator adds a Certificate to Trusted certificates
 

Method Detail

onRejectedCertificateAdded

void onRejectedCertificateAdded(Cert cert)
Called after DefaultCertificateValidator adds a Certificate to Rejected certificates

Parameters:
cert - the added certificate

onRevokedListAdded

void onRevokedListAdded(X509CRL crl)
Called after DefaultCertificateValidator adds a Certificate Revoked List.

Parameters:
crl - added revocation list

onTrustedCertificateAdded

void onTrustedCertificateAdded(Cert cert)
Called after DefaultCertificateValidator adds a Certificate to Trusted certificates

Parameters:
cert - the added certificate


Copyright © 2018. All rights reserved.