Package | Description |
---|---|
com.licensespring.api |
com.licensespring.api package contains Core APIs, API builders, Error decoders,
Interceptors and used in all SDKs e.g. |
com.licensespring.model |
Package
com.licensespring.model contains all models used in LicenseSpring. |
com.licensespring.model.order |
Package
com.licensespring.model.order contains all models associated with Order, e.g. |
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 | Class and Description |
---|---|
static class |
LicenseIdentity.LicenseIdentityBuilder<C extends LicenseIdentity,B extends LicenseIdentity.LicenseIdentityBuilder<C,B>> |
Modifier and Type | Class and Description |
---|---|
class |
ActivationLicense
Identity used only for Activation purposes.
|
Modifier and Type | Method and Description |
---|---|
static LicenseIdentity |
LicenseIdentity.fromKey(String licenseKey)
Create license identity from license key.
|
Modifier and Type | Method and Description |
---|---|
OrderLicense |
OrderLicenseFactory.create(LicenseIdentity identity)
Create order license from license identity.
|
Copyright © 2025 Cense Data Inc.. All rights reserved.