Table of Contents

Class PKIXParameters

Namespace
Java.Security.Cert
Assembly
MASES.JNet.dll
public class PKIXParameters : CertPathParameters, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICertPathParameters, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Cloneable>
PKIXParameters
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()
JVMBridgeBase<Cloneable>.Execute<T>(params T[])
JVMBridgeBase<Cloneable>.DynBridgeClazz
JVMBridgeBase<Cloneable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PKIXParameters()

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

public PKIXParameters()

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

Parameters

args object[]

Properties

BridgeClassName

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

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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

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