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.proxy
package.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 ProxyPolicy
ProxyCertInfoExtension. policy
The underlying policy object.Methods in eu.emi.security.authn.x509.helpers.proxy that return ProxyPolicy Modifier and Type Method Description ProxyPolicy
ProxyCertInfoExtension. 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 ProxyPolicy
ProxyPolicy. clone()
ProxyPolicy
BaseProxyCertificateOptions. getPolicy()
ProxyPolicy[]
ProxyChainInfo. getPolicy()
Gets the array of RFC proxy extension policy OID and octets of the policy.ProxyPolicy
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 ProxyPolicy Modifier and Type Method Description void
BaseProxyCertificateOptions. setPolicy(ProxyPolicy policy)
Set the RFC proxy extension policy OID and octets of the policy.
-