Esignature support library

Java classes for esignatures

License

License

GroupId

GroupId

au.gov.nehta
ArtifactId

ArtifactId

esignature
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Esignature support library
Java classes for esignatures
Project URL

Project URL

https://github.com/AuDigitalHealth/esignature-java
Source Code Management

Source Code Management

https://github.com/AuDigitalHealth/esignature-java.git

Download esignature

How to add to project

<!-- https://jarcasting.com/artifacts/au.gov.nehta/esignature/ -->
<dependency>
    <groupId>au.gov.nehta</groupId>
    <artifactId>esignature</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/au.gov.nehta/esignature/
implementation 'au.gov.nehta:esignature:1.1.1'
// https://jarcasting.com/artifacts/au.gov.nehta/esignature/
implementation ("au.gov.nehta:esignature:1.1.1")
'au.gov.nehta:esignature:jar:1.1.1'
<dependency org="au.gov.nehta" name="esignature" rev="1.1.1">
  <artifact name="esignature" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.gov.nehta', module='esignature', version='1.1.1')
)
libraryDependencies += "au.gov.nehta" % "esignature" % "1.1.1"
[au.gov.nehta/esignature "1.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Esignature Support Library

Introduction

This library provides the required artefacts required to develop, deploy and invoke the CDA document packaging library.

Setup

  • To build and test the distributable package, an appropriate Java IDE or build environment must be installed.

  • WSDL/XSD source files should be used in conjunction with JAX-WS and wsimport to build the generated Java classes/source files. These WSDL/XSD files can be found at: /src/main/resources/*

    Generated Java source files can be found in: /api/esignature--sources.jar

  • For detailed API documentation, refer to the included Javadoc package.

Solution

The package consists of these components:

-   /esignature-<version>.jar
    Contains the required classes for CDA document packaging library
    development, deployment and invocation.

-   /esignature-<version>-docs.jar
    Contains Javadoc for generated code.

-   /esignature-<version>-sources.jar
    Contains artefact Java and WSDL/XSD source files.

Pre-Requisites

Java Development Kit (JDK)

  1. Download and install JDK 8 Update 271 or later: URL: http://www.oracle.com/technetwork/java/javase/downloads/index.html

  2. Unpack the JDK distribution into a directory of your choice.

    This directory will be your <JDK_HOME>and will be used in this document to refer to the root directory of the JDK installation.

    <JRE_HOME> will be used in this document to refer to <JDK_HOME>/jre.

  3. Create a JAVA_HOME environment variable pointing to the <JDK_HOME> directory in Step 2.

  4. Add <JDK_HOME>/bin to the system path.

Licensing

Copyright 2012 NEHTA

Copyright 2021 ADHA

Licensed under the NEHTA/ADHA Open Source (Apache) License; you may not use this file except in compliance with the License. A copy of the License is in the 'LICENSE.txt' file, which should be provided with this work.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

au.gov.nehta

Australian Digital Health Agency

Versions

Version
1.1.1