|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyType | |
---|---|
eu.emi.security.authn.x509.helpers.proxy | Helper classes, implementing functionality offered by the Proxy Certificate API
from the eu.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 | |
---|---|
static 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 |
---|
Methods in eu.emi.security.authn.x509.proxy that return ProxyType | |
---|---|
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 to ProxyType . |
static ProxyType |
ProxyType.valueOf(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 | |
---|---|
void |
BaseProxyCertificateOptions.setType(ProxyType type)
Used to set the type of the proxy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |