Uses of Class
eu.emi.security.authn.x509.impl.FormatMode

Packages that use FormatMode
eu.emi.security.authn.x509.impl Contains implementation classes of the library. 
 

Uses of FormatMode in eu.emi.security.authn.x509.impl
 

Methods in eu.emi.security.authn.x509.impl that return FormatMode
static FormatMode FormatMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FormatMode[] FormatMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.emi.security.authn.x509.impl with parameters of type FormatMode
static String CertificateUtils.format(X509Certificate[] certChain, FormatMode mode)
          Produces a human readable text representation of the provided certificate chain.
static String CertificateUtils.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
X509Formatter(FormatMode mode)
          Creates a new X509Formatter object
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.