Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



Chapter 17. javax.crypto and Subpackages


This
chapter documents the cryptographic features (including encryption
and decryption) of the javax.crypto package and
its subpackages. These packages were originally part of the Java
Cryptography Extension (JCE) before being integrated into Java 1.4,
which is why they have the "javax"
extension prefix. All of the commonly-used cryptography classes are
in the javax.crypto package itself. The
javax.crypto.interfaces subpackage defines
algorithm-specific interfaces for certain type of cryptographic keys.
The javax.crypto.spec subpackage defines classes
that provide a transparent, portable, and provider-independent
representation of cryptographic keys and related objects.


    / 1191