CertPathValidator.Validate(CertPath, ICertPathParameters) メソッド

定義

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

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

パラメーター

certPath
CertPath

検証する を CertPath 指定します。

params
ICertPathParameters

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

戻り値

検証アルゴリズムの結果

属性

例外

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

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

注釈

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

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

こちらもご覧ください