Class ProxyCertInfoExtension

    • Field Detail

      • pathLen

        protected int pathLen
        The sub proxy path length, default is not limited.
      • policy

        protected ProxyPolicy policy
        The underlying policy object.
    • Constructor Detail

      • ProxyCertInfoExtension

        public ProxyCertInfoExtension()
    • Method Detail

      • getProxyPathLimit

        public int getProxyPathLimit()
        Get the proxy certificate path length limit of this extension, if set.
        Returns:
        The number of allowed proxy certificates in the chain allowed after this certificate. -1 if not set.
      • getPolicy

        public ProxyPolicy getPolicy()
        Get the policy object of this extension.
        Returns:
        The ProxyPolicy object.