au.gov.nehta.vendorlibrary.pcehr.clients.common.util
Class MinimalCertificateVerifier

java.lang.Object
  extended by au.gov.nehta.xsp.CertificateVerifier
      extended by au.gov.nehta.vendorlibrary.pcehr.clients.common.util.MinimalCertificateVerifier
All Implemented Interfaces:
au.gov.nehta.xsp.CertificateValidator

public class MinimalCertificateVerifier
extends au.gov.nehta.xsp.CertificateVerifier

Certificate verifier implementation that performs some basic verification of the certificate. The sample is provided for illustrative purposes only and should be implemented in production.


Constructor Summary
MinimalCertificateVerifier()
           
 
Method Summary
 void verify(java.security.cert.X509Certificate certificate)
           
 
Methods inherited from class au.gov.nehta.xsp.CertificateVerifier
validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinimalCertificateVerifier

public MinimalCertificateVerifier()
Method Detail

verify

public void verify(java.security.cert.X509Certificate certificate)
            throws au.gov.nehta.xsp.CertificateVerificationException,
                   au.gov.nehta.xsp.XspException
Specified by:
verify in class au.gov.nehta.xsp.CertificateVerifier
Throws:
au.gov.nehta.xsp.CertificateVerificationException
au.gov.nehta.xsp.XspException