Uses of Class
eu.emi.security.authn.x509.proxy.ProxyPolicy
Packages that use ProxyPolicy
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 ProxyPolicy in eu.emi.security.authn.x509.helpers.proxy
Fields in eu.emi.security.authn.x509.helpers.proxy declared as ProxyPolicyModifier and TypeFieldDescriptionprotected ProxyPolicy
ProxyCertInfoExtension.policy
The underlying policy object.Methods in eu.emi.security.authn.x509.helpers.proxy that return ProxyPolicyModifier and TypeMethodDescriptionProxyCertInfoExtension.getPolicy()
Get the policy object of this extension.Constructors in eu.emi.security.authn.x509.helpers.proxy with parameters of type ProxyPolicyModifierConstructorDescriptionDraftRFCProxyCertInfoExtension
(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. -
Uses of ProxyPolicy in eu.emi.security.authn.x509.proxy
Methods in eu.emi.security.authn.x509.proxy that return ProxyPolicyModifier and TypeMethodDescriptionProxyPolicy.clone()
BaseProxyCertificateOptions.getPolicy()
ProxyChainInfo.getPolicy()
Gets the array of RFC proxy extension policy OID and octets of the policy.ProxyCSRInfo.getPolicy()
Gets the requested RFC proxy extension policy OID and octets of the policy.Methods in eu.emi.security.authn.x509.proxy with parameters of type ProxyPolicyModifier and TypeMethodDescriptionvoid
BaseProxyCertificateOptions.setPolicy
(ProxyPolicy policy) Set the RFC proxy extension policy OID and octets of the policy.