The members of Java.Security.Cert.PKIXParameters are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new PKIXParameters instance with the trusted X509Certificate entries from the specified KeyStore. | ||
Documentation for this section has not yet been entered. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
AnyPolicyInhibited | bool. Returns whether the any policy OID will be inhibited if it's included in a certificate. | |
CertPathCheckers | IList<PKIXCertPathChecker>. Returns the list of checkers for the certification path. | |
CertStores | IList<CertStore>. Returns the list of certificate stores that are used to find certificates and CRLs. | |
Date | Java.Util.Date. Returns the time for which the validation of the certification path should be evaluated. | |
ExplicitPolicyRequired | bool. Returns whether an acceptable policy needs to be explicit identified in every certificate. | |
InitialPolicies | ICollection<string>. Returns the list of policies (as OID strings) that would be acceptable for the purpose of certification path processing. | |
PolicyMappingInhibited | bool. Returns whether policy mapping is inhibited. | |
PolicyQualifiersRejected | bool. Returns whether certificates are rejected that include policy qualifiers in a certificate policy extension that is marked as critical. | |
RevocationEnabled | bool. Returns whether the default revocation checking mechanism of the underlying service provider is used. | |
SigProvider | string. Returns the name of the signature provider. | |
TargetCertConstraints | ICertSelector. Returns the constraints that are required for the target certificate. | |
TrustAnchors | ICollection<TrustAnchor>. Returns a unmodifiable set of the trusted certificate authorities. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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()Clones this PKIXParameters instance. |