CertificateFactory.CertPathEncodings Property
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.
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 String
s)
- 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.