Table of Contents

Class PKIXRevocationChecker

Namespace
Java.Security.Cert
Assembly
MASES.Netdroid.dll
public class PKIXRevocationChecker : PKIXCertPathChecker, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICertPathChecker, ICloneable
Inheritance
PKIXRevocationChecker
Implements
Inherited Members
Extension Methods

Constructors

PKIXRevocationChecker(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PKIXRevocationChecker(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetOcspExtensions()

public List<Extension> GetOcspExtensions()

Returns

List<Extension>

List

GetOcspResponder()

public URI GetOcspResponder()

Returns

URI

URI

GetOcspResponderCert()

public X509Certificate GetOcspResponderCert()

Returns

X509Certificate

X509Certificate

GetOcspResponses()

public Map<X509Certificate, byte[]> GetOcspResponses()

Returns

Map<X509Certificate, byte[]>

Map

GetOptions()

public Set<PKIXRevocationChecker.Option> GetOptions()

Returns

Set<PKIXRevocationChecker.Option>

Set

GetSoftFailExceptions()

public List<CertPathValidatorException> GetSoftFailExceptions()

Returns

List<CertPathValidatorException>

List

SetOcspExtensions(List<Extension>)

public void SetOcspExtensions(List<Extension> arg0)

Parameters

arg0 List<Extension>

List

SetOcspResponder(URI)

public void SetOcspResponder(URI arg0)

Parameters

arg0 URI

URI

SetOcspResponderCert(X509Certificate)

public void SetOcspResponderCert(X509Certificate arg0)

Parameters

arg0 X509Certificate

X509Certificate

SetOcspResponses(Map<X509Certificate, byte[]>)

public void SetOcspResponses(Map<X509Certificate, byte[]> arg0)

Parameters

arg0 Map<X509Certificate, byte[]>

Map

SetOptions(Set<Option>)

public void SetOptions(Set<PKIXRevocationChecker.Option> arg0)

Parameters

arg0 Set<PKIXRevocationChecker.Option>

Set