Table of Contents

Class X509CRLSelector

Namespace
Java.Security.Cert
Assembly
MASES.JNet.dll
public class X509CRLSelector : CRLSelector, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICRLSelector, ICloneable
Inheritance
X509CRLSelector
Implements
Inherited Members
Extension Methods

Constructors

X509CRLSelector()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public X509CRLSelector()

X509CRLSelector(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public X509CRLSelector(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CertificateChecking

public X509Certificate CertificateChecking { get; set; }

Property Value

X509Certificate

DateAndTime

public Date DateAndTime { get; set; }

Property Value

Date

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 Closeable

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

IssuerNames

public Collection<object> IssuerNames { get; set; }

Property Value

Collection<object>

Issuers

public Collection<X500Principal> Issuers { get; set; }

Property Value

Collection<X500Principal>

MaxCRL

public BigInteger MaxCRL { get; }

Property Value

BigInteger

MinCRL

public BigInteger MinCRL { get; }

Property Value

BigInteger

Methods

AddIssuer(X500Principal)

public void AddIssuer(X500Principal arg0)

Parameters

arg0 X500Principal

X500Principal

AddIssuerName(String)

public void AddIssuerName(String arg0)

Parameters

arg0 String

String

Exceptions

IOException

AddIssuerName(byte[])

public void AddIssuerName(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

IOException

Match(CRL)

public bool Match(CRL arg0)

Parameters

arg0 CRL

CRL

Returns

bool

bool

SetMaxCRLNumber(BigInteger)

public void SetMaxCRLNumber(BigInteger arg0)

Parameters

arg0 BigInteger

BigInteger

SetMinCRLNumber(BigInteger)

public void SetMinCRLNumber(BigInteger arg0)

Parameters

arg0 BigInteger

BigInteger