CertificateFactory.CertPathEncodings Property

Definition

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

public Java.Util.IIterator? CertPathEncodings { [Android.Runtime.Register("getCertPathEncodings", "()Ljava/util/Iterator;", "")] get; }
[<get: Android.Runtime.Register("getCertPathEncodings", "()Ljava/util/Iterator;", "")>]
member this.CertPathEncodings : Java.Util.IIterator

Property Value

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 Cryptography Architecture Standard Algorithm Name Documentation for information about standard encoding names and their formats.

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

Added in 1.4.

Java documentation for java.security.cert.CertificateFactory.getCertPathEncodings().

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