|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.hi.sample.ReadReferenceDataClientSample
public final class ReadReferenceDataClientSample
Requirements:
a) A Transport Layer Security (TLS) public/private key pair and its associated public certificate.
These are used to authenticate the client to the HI Service server instance being used during the Transport Layer
Security (TLS) handshake. They are typically stored in a Java key store file.
The user's certificate, private and public keys go into keystore.jks, while certificates of external parties goes
into truststore.jks Java key store file.
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method to invoke Read Reference lookup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.security.GeneralSecurityException, java.io.IOException
args
- user arguments for main method invocation (NOT REQUIRED)
java.security.GeneralSecurityException
- in an event of security / certificate error.
java.io.IOException
- in an event of IO exception.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |