Uses of Class
eu.emi.security.authn.x509.proxy.ProxyRequestOptions
-
Packages that use ProxyRequestOptions 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.proxypackage.eu.emi.security.authn.x509.proxy 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 ProxyRequestOptions Modifier and Type Method Description java.security.cert.X509Certificate[]ProxyGeneratorHelper. generate(ProxyRequestOptions param, java.security.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 ProxyRequestOptions Modifier and Type Method Description static java.security.cert.X509Certificate[]ProxyGenerator. generate(ProxyRequestOptions param, java.security.PrivateKey privateKey)Generate the proxy certificate object from the received Certificate Signing Request.
-