Uses of Class
eu.emi.security.authn.x509.proxy.ProxyChainType
-
Packages that use ProxyChainType Package Description eu.emi.security.authn.x509.proxy Contains classes which allow to generate proxy certificates and to extract information from them. -
-
Uses of ProxyChainType in eu.emi.security.authn.x509.proxy
Methods in eu.emi.security.authn.x509.proxy that return ProxyChainType Modifier and Type Method Description ProxyChainType
ProxyChainInfo. getProxyType()
The type of the proxy chain chain is returned.static ProxyChainType
ProxyChainType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProxyChainType[]
ProxyChainType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-