Java.Security.Cert.PKIXParameters Members

The members of Java.Security.Cert.PKIXParameters are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new PKIXParameters instance with the trusted X509Certificate entries from the specified KeyStore.
Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

AnyPolicyInhibitedbool. Returns whether the any policy OID will be inhibited if it's included in a certificate.
CertPathCheckersIList<PKIXCertPathChecker>. Returns the list of checkers for the certification path.
CertStoresIList<CertStore>. Returns the list of certificate stores that are used to find certificates and CRLs.
DateJava.Util.Date. Returns the time for which the validation of the certification path should be evaluated.
ExplicitPolicyRequiredbool. Returns whether an acceptable policy needs to be explicit identified in every certificate.
InitialPoliciesICollection<string>. Returns the list of policies (as OID strings) that would be acceptable for the purpose of certification path processing.
PolicyMappingInhibitedbool. Returns whether policy mapping is inhibited.
PolicyQualifiersRejectedbool. Returns whether certificates are rejected that include policy qualifiers in a certificate policy extension that is marked as critical.
RevocationEnabledbool. Returns whether the default revocation checking mechanism of the underlying service provider is used.
SigProviderstring. Returns the name of the signature provider.
TargetCertConstraintsICertSelector. Returns the constraints that are required for the target certificate.
TrustAnchorsICollection<TrustAnchor>. Returns a unmodifiable set of the trusted certificate authorities.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddCertPathChecker(PKIXCertPathChecker)
Adds the specified PKIXCertPathChecker to the list of certification path checkers.
AddCertStore(CertStore)
Adds a certificate store to the list of certificate stores that are used to find certificates and CRLs.
Clone() : Java.Lang.Object
Clones this PKIXParameters instance.