Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and 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 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.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseProxyCertificateOptions.setType(ProxyType type)
Used to set the type of the proxy.
|
Copyright © 2012–2015 European Middleware Initiative. All rights reserved.