Package | Description |
---|---|
ca.uhn.hl7v2.hoh.encoder | |
ca.uhn.hl7v2.hoh.sign |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHl7OverHttpDecoder.decode() |
void |
AbstractHl7OverHttpDecoder.readContentsFromInputStreamAndDecode(InputStream theInputStream)
Read in the contents of the raw message from the input stream and decode
entire the message.
|
void |
AbstractHl7OverHttpDecoder.readHeadersAndContentsFromInputStreamAndDecode(InputStream theInputStream)
Note that if
AbstractHl7OverHttp.setPath(String) is called, this method will assume
that the first line of the HTTP request has already been read from the
input stream. |
Modifier and Type | Method and Description |
---|---|
void |
ISigner.verify(byte[] theBytes,
String theSignature) |
void |
BouncyCastleCmsMessageSigner.verify(byte[] theBytes,
String theSignature) |
Copyright © 2012–2017 University Health Network. All rights reserved.