Java.Security.Cert.PKIXCertPathValidatorResult Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new PKIXCertPathValidatorResult with the specified trust anchor, the valid policy tree and the subject public key.

Protected Constructors

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

Public Properties

[read-only]
PolicyTreeIPolicyNode. Returns the valid policy tree from the validation.
[read-only]
PublicKeyJava.Security.IPublicKey. Returns the subject public key from the validation.
[read-only]
TrustAnchorTrustAnchor. Returns the trust anchor describing the certification authority (CA) that served as trust anchor for this certification path.

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

Clone() : Java.Lang.Object
Clones this PKIXCertPathValidatorResult instance.