Registry / utility / kernel-core

kernel-core

JSON →
library1.3.0javamavenunverified

Kernel Core contains all the important java level API, definitions and security configurations that are used across Mosip.

<dependency> <groupId>io.mosip.kernel</groupId> <artifactId>kernel-core</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · KERNEL-CORE
K
kernel-core
utilityjavav1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CryptoUtil
io.mosip.kernel.core.util.CryptoUtil

Demonstrates basic encryption using Kernel Core's CryptoUtil.

import io.mosip.kernel.core.util.CryptoUtil; public class Quickstart { public static void main(String[] args) { byte[] encrypted = CryptoUtil.symmetricEncrypt("test".getBytes(), "key".getBytes()); System.out.println(new String(encrypted)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kernel-core — mvn dependency:get kernel-core · libregistry