Table of Contents

Class PKIXParameters

Namespace
Java.Security.Cert
Assembly
MASES.JNet.dll
public class PKIXParameters : CertPathParameters, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICertPathParameters, ICloneable
Inheritance
PKIXParameters
Implements
Derived
Extension Methods

Constructors

PKIXParameters(KeyStore)

public PKIXParameters(KeyStore arg0)

Parameters

arg0 KeyStore

KeyStore

Exceptions

KeyStoreException
InvalidAlgorithmParameterException

PKIXParameters(Set<TrustAnchor>)

public PKIXParameters(Set<TrustAnchor> arg0)

Parameters

arg0 Set<TrustAnchor>

Set

Exceptions

InvalidAlgorithmParameterException

PKIXParameters(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 PKIXParameters(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CertPathCheckers

public List<PKIXCertPathChecker> CertPathCheckers { get; set; }

Property Value

List<PKIXCertPathChecker>

CertStores

public List<CertStore> CertStores { get; set; }

Property Value

List<CertStore>

Date

public Date Date { get; set; }

Property Value

Date

InitialPolicies

public Set<String> InitialPolicies { get; set; }

Property Value

Set<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

PolicyQualifiersRejected

public bool PolicyQualifiersRejected { get; set; }

Property Value

bool

SigProvider

public String SigProvider { get; set; }

Property Value

String

TargetCertConstraints

public CertSelector TargetCertConstraints { get; set; }

Property Value

CertSelector

TrustAnchors

public Set<TrustAnchor> TrustAnchors { get; set; }

Property Value

Set<TrustAnchor>

Methods

AddCertPathChecker(PKIXCertPathChecker)

public void AddCertPathChecker(PKIXCertPathChecker arg0)

Parameters

arg0 PKIXCertPathChecker

PKIXCertPathChecker

AddCertStore(CertStore)

public void AddCertStore(CertStore arg0)

Parameters

arg0 CertStore

CertStore

CreatePoolableInstance(KeyStore)

HPA initializer for PKIXParameters(Java.Security.KeyStore arg0)

public static PKIXParameters CreatePoolableInstance(KeyStore arg0)

Parameters

arg0 KeyStore

Returns

PKIXParameters

CreatePoolableInstance(Set<TrustAnchor>)

HPA initializer for PKIXParameters(Java.Util.Set%3CJava.Security.Cert.TrustAnchor%3E arg0)

public static PKIXParameters CreatePoolableInstance(Set<TrustAnchor> arg0)

Parameters

arg0 Set<TrustAnchor>

Returns

PKIXParameters

IsAnyPolicyInhibited()

public bool IsAnyPolicyInhibited()

Returns

bool

bool

IsExplicitPolicyRequired()

public bool IsExplicitPolicyRequired()

Returns

bool

bool

IsPolicyMappingInhibited()

public bool IsPolicyMappingInhibited()

Returns

bool

bool

IsRevocationEnabled()

public bool IsRevocationEnabled()

Returns

bool

bool

SetAnyPolicyInhibited(bool)

public void SetAnyPolicyInhibited(bool arg0)

Parameters

arg0 bool

bool

SetExplicitPolicyRequired(bool)

public void SetExplicitPolicyRequired(bool arg0)

Parameters

arg0 bool

bool

SetPolicyMappingInhibited(bool)

public void SetPolicyMappingInhibited(bool arg0)

Parameters

arg0 bool

bool

SetRevocationEnabled(bool)

public void SetRevocationEnabled(bool arg0)

Parameters

arg0 bool

bool