CertificateFactorySpi.EngineGetCertPathEncodings Method

Definition

Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.

[Android.Runtime.Register("engineGetCertPathEncodings", "()Ljava/util/Iterator;", "GetEngineGetCertPathEncodingsHandler")]
public virtual Java.Util.IIterator? EngineGetCertPathEncodings ();
[<Android.Runtime.Register("engineGetCertPathEncodings", "()Ljava/util/Iterator;", "GetEngineGetCertPathEncodingsHandler")>]
abstract member EngineGetCertPathEncodings : unit -> Java.Util.IIterator
override this.EngineGetCertPathEncodings : unit -> Java.Util.IIterator

Returns

IIterator

an Iterator over the names of the supported CertPath encodings (as Strings)

Attributes

Remarks

Java documentation for java.security.cert.CertificateFactorySpi.engineGetCertPathEncodings().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to