Class X509ProxyCertPathValidatorResult

  • All Implemented Interfaces:
    java.lang.Cloneable, java.security.cert.CertPathValidatorResult

    public class X509ProxyCertPathValidatorResult
    extends java.lang.Object
    implements java.security.cert.CertPathValidatorResult
    FILL ME
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.security.cert.X509Certificate idenX509Certificate  
      private boolean limited  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()
      Makes a copy of this CertPathValidatorResult.
      java.security.cert.X509Certificate getIdentityCertificate()  
      boolean isLimited()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • idenX509Certificate

        private java.security.cert.X509Certificate idenX509Certificate
      • limited

        private boolean limited
    • Constructor Detail

      • X509ProxyCertPathValidatorResult

        public X509ProxyCertPathValidatorResult​(java.security.cert.X509Certificate initIdentityCertificate)
      • X509ProxyCertPathValidatorResult

        public X509ProxyCertPathValidatorResult​(java.security.cert.X509Certificate initIdentityCertificate,
                                                boolean initLimited)
    • Method Detail

      • getIdentityCertificate

        public java.security.cert.X509Certificate getIdentityCertificate()
      • isLimited

        public boolean isLimited()
      • clone

        public java.lang.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 java.security.cert.CertPathValidatorResult
        Overrides:
        clone in class java.lang.Object
        Returns:
        a copy of this CertPathValidatorResult