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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



This

concrete
implementation of CertStoreParameters is used when
creating a CertStore object of type
"Collection". Pass the
Collection of Certificate and
CRL objects to be searched by the
CertStore to the constructor method.


Figure 14-62. java.security.cert.CollectionCertStoreParameters

public class 

CollectionCertStoreParameters implements CertStoreParameters {
// Public Constructors
public

CollectionCertStoreParameters ( );
public

CollectionCertStoreParameters (java.util.Collection<?>

collection );
// Public Instance Methods
public java.util.Collection<?>

getCollection ( );
// Methods Implementing CertStoreParameters
public Object

clone ( );
// Public Methods Overriding Object
public String

toString ( );
}



/ 1191