Discuss this help topic in SecureBlackbox Forum
The Java Cryptography Extension (JCE) provides a framework and implementations for encryption, key generation and key agreement, and Message Authentication Code (MAC) algorithms. The JCE uses a "provider"-based architecture and contains a set of APIs for various purposes. These APIs provide easy way for developers to integrate security into application code.
SecureBlackbox includes its own JCE crypto provider. It simplifies access to SecureBlackbox cryptographic algorithms without a need to switch from a familiar Java API.
Supported features and algorithms:
SecureBlackbox crypto provider can be registered this way:
Provider provider = new SecureBlackboxProvider("SecureBlackbox license key");
Security.addProvider(provider);