Uses of Class
eu.emi.security.authn.x509.proxy.ProxyPolicy
-
Packages that use ProxyPolicy Package Description eu.emi.security.authn.x509.helpers.proxy Helper classes, implementing functionality offered by the Proxy Certificate API from theeu.emi.security.authn.x509.proxypackage.eu.emi.security.authn.x509.proxy 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 ProxyPolicy Modifier and Type Field Description protected ProxyPolicyProxyCertInfoExtension. policyThe underlying policy object.Methods in eu.emi.security.authn.x509.helpers.proxy that return ProxyPolicy Modifier and Type Method Description ProxyPolicyProxyCertInfoExtension. getPolicy()Get the policy object of this extension.Constructors in eu.emi.security.authn.x509.helpers.proxy with parameters of type ProxyPolicy Constructor 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. -
Uses of ProxyPolicy in eu.emi.security.authn.x509.proxy
Methods in eu.emi.security.authn.x509.proxy that return ProxyPolicy Modifier and Type Method Description ProxyPolicyProxyPolicy. clone()ProxyPolicyBaseProxyCertificateOptions. getPolicy()ProxyPolicy[]ProxyChainInfo. getPolicy()Gets the array of RFC proxy extension policy OID and octets of the policy.ProxyPolicyProxyCSRInfo. 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 ProxyPolicy Modifier and Type Method Description voidBaseProxyCertificateOptions. setPolicy(ProxyPolicy policy)Set the RFC proxy extension policy OID and octets of the policy.
-