Building IcedTea 7 with the NSS security provider

OpenJDK supports pluggable modules for cryptography service implementation. Widely used modern cryptographic algorithms (such as ciphers, paddings, and so on) are usually available on multiple platforms. Different platforms can have different native implementations of these algorithms. These implementations can be more performant than OpenJDK internal ones because they can rely on the details of the platform they run on. Also, platform implementations can be used as bridges to the facilities of hardware crypto-devices such as smartcards or eTokens. OpenJDK pluggable crypto-providers allow you to use a wide range of cryptographic implementations through a single Java API interface.

Network Security ...

Get OpenJDK Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.