com.prosysopc.ua
Interface PkiFileBasedCertificateListener


Deprecated. see PkiFileBasedCertificateValidator deprecations

@Deprecated
public interface PkiFileBasedCertificateListener

Listener for Cert changes for PkiFileBasedCertificateValidator


Method Summary
 void onRejectedCertificateAdded(org.opcfoundation.ua.transport.security.Cert cert)
          Deprecated. Called after PkiFileBasedCertificateValidator adds a Certificate to Rejected certificates
 void onRevokedCertificateAdded(org.opcfoundation.ua.transport.security.Cert cert)
          Deprecated. Called after PkiFileBasedCertificateValidator adds a Certificate to Revoked certificates
 void onTrustedCertificateAdded(org.opcfoundation.ua.transport.security.Cert cert)
          Deprecated. Called after PkiFileBasedCertificateValidator adds a Certificate to Trusted certificates
 

Method Detail

onRejectedCertificateAdded

void onRejectedCertificateAdded(org.opcfoundation.ua.transport.security.Cert cert)
Deprecated. 
Called after PkiFileBasedCertificateValidator adds a Certificate to Rejected certificates

Parameters:
cert - the added certificate

onRevokedCertificateAdded

void onRevokedCertificateAdded(org.opcfoundation.ua.transport.security.Cert cert)
Deprecated. 
Called after PkiFileBasedCertificateValidator adds a Certificate to Revoked certificates

Parameters:
cert - the added certificate

onTrustedCertificateAdded

void onTrustedCertificateAdded(org.opcfoundation.ua.transport.security.Cert cert)
Deprecated. 
Called after PkiFileBasedCertificateValidator adds a Certificate to Trusted certificates

Parameters:
cert - the added certificate


Copyright © 2018. All rights reserved.