Uses of Interface
rs.baselib.licensing.ILicenseVerifier
| Package | Description |
|---|---|
| rs.baselib.licensing |
Helper methods for licensing products.
|
| rs.baselib.licensing.internal |
Internal Licensing implementations.
|
-
Uses of ILicenseVerifier in rs.baselib.licensing
Methods in rs.baselib.licensing that return ILicenseVerifier Modifier and Type Method Description ILicenseVerifierILicensingScheme. getLicenseVerifier()Returns an instance of the responsible license verifier implementation.ILicenseVerifierLicenseManager. getLicenseVerifier()Returns theLicenseManager.licenseVerifier.ILicenseVerifierLicensingScheme. getLicenseVerifier()Returns an instance of the responsible license verifier implementation.Constructors in rs.baselib.licensing with parameters of type ILicenseVerifier Constructor Description LicenseManager(ILicenseVerifier licenseVerifier)Constructor. -
Uses of ILicenseVerifier in rs.baselib.licensing.internal
Classes in rs.baselib.licensing.internal that implement ILicenseVerifier Modifier and Type Class Description classOctetLicenseVerifierVerifies an Octet License.classRsaLicenseVerifierVerifies a full license.