Uses of Class
eu.emi.security.authn.x509.proxy.ProxyCertificateOptions
-
Packages that use ProxyCertificateOptions 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 ProxyCertificateOptions in eu.emi.security.authn.x509.helpers.proxy
Methods in eu.emi.security.authn.x509.helpers.proxy with parameters of type ProxyCertificateOptions Modifier and Type Method Description ProxyCertificate
ProxyGeneratorHelper. generate(ProxyCertificateOptions param, java.security.PrivateKey privateKey)
Generate the proxy certificate object from the local certificate. -
Uses of ProxyCertificateOptions in eu.emi.security.authn.x509.proxy
Methods in eu.emi.security.authn.x509.proxy with parameters of type ProxyCertificateOptions Modifier and Type Method Description static ProxyCSR
ProxyCSRGenerator. generate(ProxyCertificateOptions param)
Generate the proxy certificate object.static ProxyCSR
ProxyCSRGenerator. generate(ProxyCertificateOptions param, java.security.PrivateKey signingKey)
Generate the proxy certificate object.static ProxyCertificate
ProxyGenerator. generate(ProxyCertificateOptions param, java.security.PrivateKey privateKey)
Generate the proxy certificate object from the local certificate.
-