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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


PKIXCertPathBuilderResultjava.security.cert

Java 1.4cloneable

An instance of this class is retured by
the build( ) method of a
CertPathBuilder created for the
"PKIX" algorithm.
getCertPath( ) returns the
CertPath object that was built, and methods
inherited from the superclass return additional information such as
the public key of the subject of the certificate chain and the trust
anchor that terminates the chain.


Figure 14-67. java.security.cert.PKIXCertPathBuilderResult

public class

PKIXCertPathBuilderResult extends PKIXCertPathValidatorResult
implements CertPathBuilderResult {
// Public Constructors
public

PKIXCertPathBuilderResult (CertPath

certPath , TrustAnchor

trustAnchor ,
PolicyNode

policyTree ,
java.security.PublicKey

subjectPublicKey );
// Methods Implementing CertPathBuilderResult
public CertPath

getCertPath ( );
// Public Methods Overriding PKIXCertPathValidatorResult
public String

toString ( );
}



    / 1191