Uses of Class
eu.emi.security.authn.x509.helpers.proxy.ExtendedProxyType
-
Packages that use ExtendedProxyType Package Description eu.emi.security.authn.x509.helpers.proxy Helper classes, implementing functionality offered by the Proxy Certificate API from theeu.emi.security.authn.x509.proxy
package. -
-
Uses of ExtendedProxyType in eu.emi.security.authn.x509.helpers.proxy
Methods in eu.emi.security.authn.x509.helpers.proxy that return ExtendedProxyType Modifier and Type Method Description static ExtendedProxyType
ProxyHelper. getProxyType(java.security.cert.X509Certificate certificate)
Checks if the certificate is a proxy and if so return its type.static ExtendedProxyType
ExtendedProxyType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtendedProxyType[]
ExtendedProxyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-