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 | Field and Description |
---|---|
protected ProxyPolicy |
ProxyCertInfoExtension.policy
The underlying policy object.
|
Modifier and Type | Method and Description |
---|---|
ProxyPolicy |
ProxyCertInfoExtension.getPolicy()
Get the policy object of this extension.
|
Constructor and Description |
---|
DraftRFCProxyCertInfoExtension(int pathLen,
ProxyPolicy policy)
Generate new proxy certificate info extension with length limit len
and policy policy.
|
RFCProxyCertInfoExtension(int pathLen,
ProxyPolicy policy)
Generate new proxy certificate info extension with length limit len
and policy policy.
|
Modifier and Type | Method and Description |
---|---|
ProxyPolicy |
ProxyPolicy.clone() |
ProxyPolicy[] |
ProxyChainInfo.getPolicy()
Gets the array of RFC proxy extension policy OID and octets of the
policy.
|
ProxyPolicy |
BaseProxyCertificateOptions.getPolicy() |
ProxyPolicy |
ProxyCSRInfo.getPolicy()
Gets the requested RFC proxy extension policy OID and octets of the
policy.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseProxyCertificateOptions.setPolicy(ProxyPolicy policy)
Set the RFC proxy extension policy OID and octets of the
policy.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.