共用方式為


CertPathValidatorSpi 類別

定義

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

[Android.Runtime.Register("java/security/cert/CertPathValidatorSpi", DoNotGenerateAcw=true)]
public abstract class CertPathValidatorSpi : Java.Lang.Object
[<Android.Runtime.Register("java/security/cert/CertPathValidatorSpi", DoNotGenerateAcw=true)>]
type CertPathValidatorSpi = class
    inherit Object
繼承
CertPathValidatorSpi
屬性

備註

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。 所有 CertPathValidator 實作都必須包含擴充這個類別 () 的類別 (CertPathValidatorSpiSPI 類別),並實作其所有方法。 一般而言,這個類別的實例只能透過 CertPathValidator 類別存取。 如需詳細資訊,請參閱 Java 密碼編譯架構。

<b>並行存取</b>

此類別的實例不需要受到保護,以防止來自多個線程的並行存取。 需要同時存取單 CertPathValidatorSpi 一實例的線程應該在本身之間同步處理,並在呼叫包裝 CertPathValidator 物件之前提供必要的鎖定。

不過,的 CertPathValidatorSpi 實作仍可能會遇到並行問題,因為每個操作不同 CertPathValidatorSpi 實例的多個線程都不需要同步處理。

已在1.4中新增。

java.security.cert.CertPathValidatorSpiJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

建構函式

CertPathValidatorSpi()

默認建構函式。

CertPathValidatorSpi(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

屬性

Class

傳回這個 Object的運行時間類別。

(繼承來源 Object)
Handle

基礎Android實例的句柄。

(繼承來源 Object)
JniIdentityHashCode

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
JniPeerMembers

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

PeerReference

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
ThresholdClass

此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。

ThresholdType

此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。

方法

Clone()

建立並傳回這個 對象的複本。

(繼承來源 Object)
Dispose()

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
Dispose(Boolean)

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
EngineGetRevocationChecker()

CertPathChecker 回這個實作用來檢查憑證撤銷狀態的 。

EngineValidate(CertPath, ICertPathParameters)

使用指定的演算法參數集來驗證指定的認證路徑。

Equals(Object)

指出其他物件是否「等於」這個物件。

(繼承來源 Object)
GetHashCode()

傳回此物件的雜湊碼值。

(繼承來源 Object)
JavaFinalize()

當垃圾收集決定不再參考物件時,垃圾收集行程在 物件上呼叫。

(繼承來源 Object)
Notify()

喚醒正在等候此物件監視器的單一線程。

(繼承來源 Object)
NotifyAll()

喚醒正在等候此物件監視器的所有線程。

(繼承來源 Object)
SetHandle(IntPtr, JniHandleOwnership)

設定 Handle 屬性。

(繼承來源 Object)
ToArray<T>()

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
ToString()

傳回物件的字串表示。

(繼承來源 Object)
UnregisterFromRuntime()

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
Wait()

讓目前線程等候直到喚醒為止,通常是藉由em <notified/em>或<em>interrupted</em> 來喚醒它。<>

(繼承來源 Object)
Wait(Int64, Int32)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)
Wait(Int64)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)

明確介面實作

IJavaPeerable.Disposed()

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
IJavaPeerable.DisposeUnlessReferenced()

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
IJavaPeerable.Finalized()

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
IJavaPeerable.JniManagedPeerState

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

(繼承來源 Object)

擴充方法

JavaCast<TResult>(IJavaObject)

執行 Android 執行時間檢查的類型轉換。

JavaCast<TResult>(IJavaObject)

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

GetJniTypeName(IJavaPeerable)

類別CertPathValidator CertPathValidator服務提供者介面 (<b>SPI</b>) 。

適用於