Class PKIXRevocationChecker
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
GetOcspExtensions()
public List<Extension> GetOcspExtensions()
Returns
GetOcspResponder()
public URI GetOcspResponder()
Returns
GetOcspResponderCert()
public X509Certificate GetOcspResponderCert()
Returns
GetOcspResponses()
public Map<X509Certificate, byte[]> GetOcspResponses()
Returns
- Map<X509Certificate, byte[]>
GetOptions()
public Set<PKIXRevocationChecker.Option> GetOptions()
Returns
GetSoftFailExceptions()
public List<CertPathValidatorException> GetSoftFailExceptions()
Returns
SetOcspExtensions(List<Extension>)
public void SetOcspExtensions(List<Extension> arg0)
Parameters
SetOcspResponder(URI)
public void SetOcspResponder(URI arg0)
Parameters
SetOcspResponderCert(X509Certificate)
public void SetOcspResponderCert(X509Certificate arg0)
Parameters
SetOcspResponses(Map<X509Certificate, byte[]>)
public void SetOcspResponses(Map<X509Certificate, byte[]> arg0)
Parameters
arg0Map<X509Certificate, byte[]>
SetOptions(Set<Option>)
public void SetOptions(Set<PKIXRevocationChecker.Option> arg0)
Parameters
arg0Set<PKIXRevocationChecker.Option>