Uses of Enum Class
eu.emi.security.authn.x509.proxy.ProxyType
Packages that use ProxyType
Package
Description
Helper classes, implementing functionality offered by the Proxy Certificate API
from the
eu.emi.security.authn.x509.proxy
package.Contains classes which allow to generate proxy certificates and to extract information
from them.
-
Uses of ProxyType in eu.emi.security.authn.x509.helpers.proxy
Methods in eu.emi.security.authn.x509.helpers.proxy with parameters of type ProxyTypeModifier and TypeMethodDescriptionstatic org.bouncycastle.asn1.x500.X500Name
ProxyGeneratorHelper.generateDN
(X500Principal parentSubject, ProxyType type, boolean limited, BigInteger serial) Generate a correct DN for the proxy, depending on its type. -
Uses of ProxyType in eu.emi.security.authn.x509.proxy
Fields in eu.emi.security.authn.x509.proxy declared as ProxyTypeMethods in eu.emi.security.authn.x509.proxy that return ProxyTypeModifier and TypeMethodDescriptionProxyCSRInfo.getProxyType()
The type of the proxy certificate requested is returned or null if can not be determined.BaseProxyCertificateOptions.getType()
ProxyChainType.toProxyType()
Converts this chain type toProxyType
.static ProxyType
Returns the enum constant of this class with the specified name.static ProxyType[]
ProxyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.emi.security.authn.x509.proxy with parameters of type ProxyType