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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



This interface represents an RSA public key
and provides direct access to the underlying key values. If you are
working with a public key you know is an RSA key, you can cast the
PublicKey to an RSAPublicKey.


Figure 14-83. java.security.interfaces.RSAPublicKey

public interface 

RSAPublicKey extends java.security.PublicKeyRSAKey {
// Public Constants

5.0 public static final long

serialVersionUID ; =-8727434096241101194
// Public Instance Methods
java.math.BigInteger

getPublicExponent ( );
}

/ 1191