| Package | Description |
|---|---|
| com.licensespring |
Package
com.licensespring contains the main public classes of interest when implementing
the client SDKs (license-client, floating-client). |
| com.licensespring.api |
com.licensespring.api package contains Core APIs,
API builders, Error decoders, Interceptors and
used in all SDKs e.g. |
| com.licensespring.dto |
com.licensespring.dto contains all
data transfer objects used in API requests and API responses. |
| Modifier and Type | Method and Description |
|---|---|
LicenseData |
LicenseData.LicenseDataBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorizationService.checkSignature(LicenseData data,
String hardwareId,
LicenseIdentity licenseIdentity)
Checks if signature is valid.
|
void |
AuthorizationService.verify(LicenseIdentity identity,
String hardwareId,
LicenseData licenseData)
Method for verifying signature that was used to sign request.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseData |
CheckResponse.getData()
License data, class containing various
information about license.
|
LicenseData |
AirGapResponse.getData()
License data, class containing various
information about license.
|
| Modifier and Type | Method and Description |
|---|---|
CheckResponse.CheckResponseBuilder |
CheckResponse.CheckResponseBuilder.data(LicenseData data)
License data, class containing various
information about license.
|
AirGapResponse.AirGapResponseBuilder |
AirGapResponse.AirGapResponseBuilder.data(LicenseData data)
License data, class containing various
information about license.
|
void |
CheckResponse.setData(LicenseData data)
License data, class containing various
information about license.
|
void |
AirGapResponse.setData(LicenseData data)
License data, class containing various
information about license.
|
Copyright © 2024 Cense Data Inc.. All rights reserved.