Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.proxy |
Helper classes, implementing functionality offered by the Proxy Certificate API
from the
eu.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyCertificateImpl
Default implementation of the
ProxyCertificate interface. |
Modifier and Type | Method and Description |
---|---|
ProxyCertificate |
ProxyGeneratorHelper.generate(ProxyCertificateOptions param,
java.security.PrivateKey privateKey)
Generate the proxy certificate object from the local certificate.
|
private ProxyCertificate |
ProxyGeneratorHelper.generateCommon(BaseProxyCertificateOptions param,
java.security.PrivateKey privateKey) |
private ProxyCertificate |
ProxyGeneratorHelper.wrapResult(java.security.cert.X509Certificate[] originalChain) |
Modifier and Type | Method and Description |
---|---|
static ProxyCertificate |
ProxyGenerator.generate(ProxyCertificateOptions param,
java.security.PrivateKey privateKey)
Generate the proxy certificate object from the local certificate.
|