Consent-String-SDK-Java | Transparency and Consent Framework Consent String SDK - Java
kandi X-RAY | Consent-String-SDK-Java Summary
kandi X-RAY | Consent-String-SDK-Java Summary
Consent-String-SDK-Java is a Java library. Consent-String-SDK-Java has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.
Encode and decode web-safe base64 consent information with the IAB EU's GDPR Transparency and Consent Framework. This library is a Java reference implementation for dealing with consent strings in the IAB EU's GDPR Transparency and Consent Framework. It should be used by anyone who receives or sends consent information like vendors that receive consent data from a partner, or consent management platforms that need to encode/decode the global cookie. The IAB specification for the consent string format is available on the IAB Github (section "Vendor Consent Cookie Format").
Encode and decode web-safe base64 consent information with the IAB EU's GDPR Transparency and Consent Framework. This library is a Java reference implementation for dealing with consent strings in the IAB EU's GDPR Transparency and Consent Framework. It should be used by anyone who receives or sends consent information like vendors that receive consent data from a partner, or consent management platforms that need to encode/decode the global cookie. The IAB specification for the consent string format is available on the IAB Github (section "Vendor Consent Cookie Format").
Support
Quality
Security
License
Reuse
Support
Consent-String-SDK-Java has a low active ecosystem.
It has 25 star(s) with 40 fork(s). There are 25 watchers for this library.
It had no major release in the last 12 months.
There are 4 open issues and 22 have been closed. On average issues are closed in 11 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of Consent-String-SDK-Java is 3.0.2
Quality
Consent-String-SDK-Java has 0 bugs and 0 code smells.
Security
Consent-String-SDK-Java has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
Consent-String-SDK-Java code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
Consent-String-SDK-Java is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
Consent-String-SDK-Java releases are available to install and integrate.
Deployable package is available in Maven.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
It has 1461 lines of code, 134 functions and 19 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed Consent-String-SDK-Java and discovered the below as its top functions. This is intended to give you an instant insight into Consent-String-SDK-Java implemented functionality, and help decide if they suit your requirements.
- Builds the vendor consent object
- Writes a set of 16 - bit characters to a string
- Writes a long value into a bit array
- Unset nth bit
- Append the bits to the given buffer
- Set the nth bit at the specified index
- Computes the maximum size of a given size
- Sets number
- Returns the set of allowed vendor ids
- Validate the given VendorId
- Returns the maximum number of available vendor id bytes
- Returns the encoding type
- Creates a new vendor consent object from a base64 string
- Returns an int value as an integer
- Returns true if the specified vendor id is allowed for the given vendor
- Checks if the specified vendor ID is present in the bits set
- Sets allowed periods
- Returns a string representation of this vendor consent
- Compares two Constants
- Return a byte array representation of this set
- Returns the hashCode of this set
- Returns the number of permits bits in this group
- Returns the set of allowed principals for this application
- Encode vendor consent to base64 string
- Specifies the allowed purpose IDs
- Append to the given BitSet
Get all kandi verified functions for this library.
Consent-String-SDK-Java Key Features
No Key Features are available at this moment for Consent-String-SDK-Java.
Consent-String-SDK-Java Examples and Code Snippets
final VendorConsent vendorConsent = new VendorConsentBuilder()
.withConsentRecordCreatedOn(now)
.withConsentRecordLastUpdatedOn(now)
.withCmpID(cmpId)
.withCmpVersion(cmpVersion)
.withConsentScreenID(consentScr
final VendorConsent vendorConsent = VendorConsentDecoder.fromBase64String(consentString);
if (vendorConsent.isVendorAllowed(vendorId) && vendorConsent.isPurposeAllowed(STORAGE_AND_ACCESS) {
...
} else {
...
}
Community Discussions
No Community Discussions are available at this moment for Consent-String-SDK-Java.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Consent-String-SDK-Java
Add dependency to you pom.xml.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page