Uses of Class
eu.emi.security.authn.x509.proxy.ProxyRequestOptions
Packages that use ProxyRequestOptions
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 ProxyRequestOptions in eu.emi.security.authn.x509.helpers.proxy
Methods in eu.emi.security.authn.x509.helpers.proxy with parameters of type ProxyRequestOptionsModifier and TypeMethodDescriptionProxyGeneratorHelper.generate
(ProxyRequestOptions param, PrivateKey privateKey) Generate the proxy certificate object from the received Certificate Signing Request. -
Uses of ProxyRequestOptions in eu.emi.security.authn.x509.proxy
Methods in eu.emi.security.authn.x509.proxy with parameters of type ProxyRequestOptionsModifier and TypeMethodDescriptionstatic X509Certificate[]
ProxyGenerator.generate
(ProxyRequestOptions param, PrivateKey privateKey) Generate the proxy certificate object from the received Certificate Signing Request.