CertificateFactory.getCertPathEncodings

Returns an iteration of the {@code CertPath} encodings supported by this certificate factory, with the default encoding first. See the CertPath Encodings section in the <a href= "{@docRoot}/../technotes/guides/security/StandardNames.html#CertPathEncodings"> Java Cryptography Architecture Standard Algorithm Name Documentation</a> for information about standard encoding names and their formats. <p> Attempts to modify the returned {@code Iterator} via its {@code remove} method result in an {@code UnsupportedOperationException}.

@return an {@code Iterator} over the names of the supported {@code CertPath} encodings (as {@code string}s) @since 1.4

class CertificateFactory
final
Iterator!string
getCertPathEncodings
()

Meta