Uses of Class
eu.emi.security.authn.x509.proxy.CertificateExtension
-
Packages that use CertificateExtension Package Description eu.emi.security.authn.x509.proxy Contains classes which allow to generate proxy certificates and to extract information from them. -
-
Uses of CertificateExtension in eu.emi.security.authn.x509.proxy
Methods in eu.emi.security.authn.x509.proxy that return types with arguments of type CertificateExtension Modifier and Type Method Description java.util.List<CertificateExtension>
BaseProxyCertificateOptions. getExtensions()
Methods in eu.emi.security.authn.x509.proxy with parameters of type CertificateExtension Modifier and Type Method Description void
BaseProxyCertificateOptions. addExtension(CertificateExtension extension)
Add an extension to the proxy certificate to be generated.
-