Uses of Enum Class
eu.emi.security.authn.x509.impl.FormatMode
Packages that use FormatMode
-
Uses of FormatMode in eu.emi.security.authn.x509.impl
Subclasses with type arguments of type FormatMode in eu.emi.security.authn.x509.implFields in eu.emi.security.authn.x509.impl declared as FormatModeMethods in eu.emi.security.authn.x509.impl that return FormatModeModifier and TypeMethodDescriptionstatic FormatModeReturns the enum constant of this class with the specified name.static FormatMode[]FormatMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.emi.security.authn.x509.impl with parameters of type FormatModeModifier and TypeMethodDescriptionstatic StringCertificateUtils.format(X509Certificate[] certChain, FormatMode mode) Produces a human readable text representation of the provided certificate chain.static StringCertificateUtils.format(X509Certificate cert, FormatMode mode) Produces a human readable text representation of the provided certificate.Constructors in eu.emi.security.authn.x509.impl with parameters of type FormatMode