Table of Contents

Interface ICertPathChecker

Namespace
Java.Security.Cert
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/cert/CertPathChecker.html

public interface ICertPathChecker

Methods

Check(Certificate)

void Check(Certificate arg0)

Parameters

arg0 Certificate

Certificate

Exceptions

CertPathValidatorException

Init(bool)

void Init(bool arg0)

Parameters

arg0 bool

bool

Exceptions

CertPathValidatorException

IsForwardCheckingSupported()

bool IsForwardCheckingSupported()

Returns

bool

bool