Uses of Class
eu.emi.security.authn.x509.proxy.BaseProxyCertificateOptions
Packages that use BaseProxyCertificateOptions
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 BaseProxyCertificateOptions in eu.emi.security.authn.x509.helpers.proxy
Methods in eu.emi.security.authn.x509.helpers.proxy with parameters of type BaseProxyCertificateOptionsModifier and TypeMethodDescriptionprivate voidProxyGeneratorHelper.addExtensions(BaseProxyCertificateOptions param) private org.bouncycastle.asn1.x509.KeyUsageProxyGeneratorHelper.establishKeyUsage(BaseProxyCertificateOptions param) static BigIntegerProxyGeneratorHelper.establishSerial(BaseProxyCertificateOptions param) For LEGACY proxies returns the serial from the issuing certificate.private ProxyCertificateProxyGeneratorHelper.generateCommon(BaseProxyCertificateOptions param, PrivateKey privateKey) private voidProxyGeneratorHelper.setupCertBuilder(BaseProxyCertificateOptions param) -
Uses of BaseProxyCertificateOptions in eu.emi.security.authn.x509.proxy
Subclasses of BaseProxyCertificateOptions in eu.emi.security.authn.x509.proxyModifier and TypeClassDescriptionclassHolds parameters which are used to create a proxy certificate using only a certificate chain.classHolds parameters which are used to issue a proxy certificate using a provided Certificate Signing Request and a local certificate chain.