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

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

Attributes

Remarks

Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first. See the CertPath Encodings section in the Java Security Standard Algorithm Names Specification for information about standard encoding names.

Attempts to modify the returned Iterator via its remove method result in an UnsupportedOperationException.

This method was added to version 1.4 of the Java 2 Platform Standard Edition. In order to maintain backwards compatibility with existing service providers, this method cannot be abstract and by default throws an UnsupportedOperationException.

Added in 1.4.

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