Table of Contents

Class CertPathBuilder

Namespace
Java.Security.Cert
Assembly
MASES.JNet.dll
public class CertPathBuilder : JVMBridgeBase<CertPathBuilder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
CertPathBuilder
Implements
Inherited Members
Extension Methods

Constructors

CertPathBuilder()

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

public CertPathBuilder()

CertPathBuilder(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 CertPathBuilder(params object[] args)

Parameters

args object[]

Properties

Algorithm

public String Algorithm { get; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DefaultType

public static String DefaultType { 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 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

Provider

public Provider Provider { get; }

Property Value

Provider

RevocationChecker

public CertPathChecker RevocationChecker { get; }

Property Value

CertPathChecker

Methods

Build(CertPathParameters)

public CertPathBuilderResult Build(CertPathParameters arg0)

Parameters

arg0 CertPathParameters

CertPathParameters

Returns

CertPathBuilderResult

CertPathBuilderResult

Exceptions

CertPathBuilderException
InvalidAlgorithmParameterException

GetInstance(String)

public static CertPathBuilder GetInstance(String arg0)

Parameters

arg0 String

String

Returns

CertPathBuilder

CertPathBuilder

Exceptions

NoSuchAlgorithmException

GetInstance(String, String)

public static CertPathBuilder GetInstance(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

CertPathBuilder

CertPathBuilder

Exceptions

NoSuchAlgorithmException
NoSuchProviderException

GetInstance(String, Provider)

public static CertPathBuilder GetInstance(String arg0, Provider arg1)

Parameters

arg0 String

String

arg1 Provider

Provider

Returns

CertPathBuilder

CertPathBuilder

Exceptions

NoSuchAlgorithmException