CertPathValidator.RevocationChecker Property

Definition

Returns a CertPathChecker that the encapsulated CertPathValidatorSpi implementation uses to check the revocation status of certificates.

public Java.Security.Cert.ICertPathChecker? RevocationChecker { [Android.Runtime.Register("getRevocationChecker", "()Ljava/security/cert/CertPathChecker;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getRevocationChecker", "()Ljava/security/cert/CertPathChecker;", "", ApiSince=24)>]
member this.RevocationChecker : Java.Security.Cert.ICertPathChecker

Property Value

a CertPathChecker

Attributes

Remarks

Returns a CertPathChecker that the encapsulated CertPathValidatorSpi implementation uses to check the revocation status of certificates. A PKIX implementation returns objects of type PKIXRevocationChecker. Each invocation of this method returns a new instance of CertPathChecker.

The primary purpose of this method is to allow callers to specify additional input parameters and options specific to revocation checking. See the class description for an example.

Added in 1.8.

Java documentation for java.security.cert.CertPathValidator.getRevocationChecker().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to