CertPath.getEncodings

Returns an iteration of the encodings supported by this certification path, with the default encoding first. 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 encodings (as Strings)

class CertPath
abstract
Iterator!string
getEncodings
()

Meta