CertificateFactorySpi.EngineGetCertPathEncodings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.