Uses of Class
eu.emi.security.authn.x509.proxy.ProxyType
-
Packages that use ProxyType 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.eu.emi.security.authn.x509.proxy 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 ProxyType Modifier and Type Method Description static org.bouncycastle.asn1.x500.X500Name
ProxyGeneratorHelper. generateDN(javax.security.auth.x500.X500Principal parentSubject, ProxyType type, boolean limited, java.math.BigInteger serial)
Generate a correct DN for the proxy, depending on its type. -
Uses of ProxyType in eu.emi.security.authn.x509.proxy
Methods in eu.emi.security.authn.x509.proxy that return ProxyType Modifier and Type Method Description ProxyType
ProxyCSRInfo. getProxyType()
The type of the proxy certificate requested is returned or null if can not be determined.ProxyType
BaseProxyCertificateOptions. getType()
ProxyType
ProxyChainType. toProxyType()
Converts this chain type toProxyType
.static ProxyType
ProxyType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProxyType[]
ProxyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.emi.security.authn.x509.proxy with parameters of type ProxyType Modifier and Type Method Description void
BaseProxyCertificateOptions. setType(ProxyType type)
Used to set the type of the proxy.
-