|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.xsp.CertificateVerifier
au.gov.nehta.vendorlibrary.pcehr.clients.common.util.MinimalCertificateVerifier
public class MinimalCertificateVerifier
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 |
---|
public MinimalCertificateVerifier()
Method Detail |
---|
public void verify(java.security.cert.X509Certificate certificate) throws au.gov.nehta.xsp.CertificateVerificationException, au.gov.nehta.xsp.XspException
verify
in class au.gov.nehta.xsp.CertificateVerifier
au.gov.nehta.xsp.CertificateVerificationException
au.gov.nehta.xsp.XspException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |