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
Fields in eu.emi.security.authn.x509.proxy with type parameters of type CertificateExtension Modifier and Type Field Description private java.util.List<CertificateExtension>
BaseProxyCertificateOptions. extensions
private java.util.List<CertificateExtension>
ProxyCSRInfo. extensions
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.private void
ProxyCSRInfo. handleRequestedExtension(CertificateExtension ext)
-