Java.Security.Cert.CertPath Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Creates a new CertPath instance for the specified certificate type.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
CertificatesIList<Certificate>. Returns an immutable List of the Certificates contained in the CertPath.
[read-only]
abstract
EncodingsJava.Util.IIterator. Returns an Iterator over the supported encodings for a representation of the certificate path.
[read-only]
Typestring. Returns the type of Certificate in this instance.

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

abstract
GetEncoded() : byte[]
Returns an encoding of the CertPath using the default encoding.
abstract
GetEncoded(string) : byte[]
Returns an encoding of this CertPath using the given encoding from CertPath.Encodings.

Protected Methods

WriteReplace() : Java.Lang.Object
Returns an alternate object to be serialized.