Class X509ProxyCertPathValidatorResult

java.lang.Object
org.globus.gsi.X509ProxyCertPathValidatorResult
All Implemented Interfaces:
Cloneable, CertPathValidatorResult

public class X509ProxyCertPathValidatorResult extends Object implements CertPathValidatorResult
FILL ME
  • Field Details

    • idenX509Certificate

      private X509Certificate idenX509Certificate
    • limited

      private boolean limited
  • Constructor Details

    • X509ProxyCertPathValidatorResult

      public X509ProxyCertPathValidatorResult(X509Certificate initIdentityCertificate)
    • X509ProxyCertPathValidatorResult

      public X509ProxyCertPathValidatorResult(X509Certificate initIdentityCertificate, boolean initLimited)
  • Method Details

    • getIdentityCertificate

      public X509Certificate getIdentityCertificate()
    • isLimited

      public boolean isLimited()
    • clone

      public Object clone()
      Makes a copy of this CertPathValidatorResult. Changes to the copy will not affect the original and vice versa.
      Specified by:
      clone in interface CertPathValidatorResult
      Overrides:
      clone in class Object
      Returns:
      a copy of this CertPathValidatorResult