次の方法で共有


CertPathValidatorSpi.EngineValidate(CertPath, ICertPathParameters) メソッド

定義

指定したアルゴリズム パラメーター セットを使用して、指定した認定パスを検証します。

[Android.Runtime.Register("engineValidate", "(Ljava/security/cert/CertPath;Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathValidatorResult;", "GetEngineValidate_Ljava_security_cert_CertPath_Ljava_security_cert_CertPathParameters_Handler")]
public abstract Java.Security.Cert.ICertPathValidatorResult? EngineValidate (Java.Security.Cert.CertPath? certPath, Java.Security.Cert.ICertPathParameters? params);
[<Android.Runtime.Register("engineValidate", "(Ljava/security/cert/CertPath;Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathValidatorResult;", "GetEngineValidate_Ljava_security_cert_CertPath_Ljava_security_cert_CertPathParameters_Handler")>]
abstract member EngineValidate : Java.Security.Cert.CertPath * Java.Security.Cert.ICertPathParameters -> Java.Security.Cert.ICertPathValidatorResult

パラメーター

certPath
CertPath

検証 CertPath 対象

params
ICertPathParameters

アルゴリズム パラメーター

戻り値

検証アルゴリズムの結果

属性

例外

検証が失敗した場合、または指定された認定パスのアルゴリズムをこのインスタンスのアルゴリズムを使用して検証できない場合。

指定されたアルゴリズム パラメーターをこのアルゴリズムと共に使用できない場合は 。

注釈

指定したアルゴリズム パラメーター セットを使用して、指定した認定パスを検証します。

指定する CertPath 型は検証アルゴリズムでサポートされている型である必要があります。それ以外の場合は、an InvalidAlgorithmParameterException がスローされます。 たとえば、 CertPathValidator PKIX アルゴリズムを実装する場合、X.509 型のオブジェクトが検証 CertPath されます。

の Java ドキュメントjava.security.cert.CertPathValidatorSpi.engineValidate(java.security.cert.CertPath, java.security.cert.CertPathParameters)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象