|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.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)
Example certificate verification. |
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 final void verify(java.security.cert.X509Certificate certificate) throws au.gov.nehta.xsp.CertificateVerificationException, au.gov.nehta.xsp.XspException
verify
in interface au.gov.nehta.xsp.CertificateVerifier
certificate
- Certificate to verify.
au.gov.nehta.xsp.CertificateVerificationException
- Thrown in the event of a verification failure.
au.gov.nehta.xsp.XspException
- Thrown in the event of a verification failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |