Class CertInfo


  • public class CertInfo
    extends java.lang.Object
    Returns information about the Cert
     Syntax: java CertInfo [-help] [-file certfile] [-all] [-subject] [...]
     Displays certificate information. Unless the optional -file
     argument is given, the default location of the file containing the
     certficate is assumed:
       --  Config.getUserCertFile()
     Options
       -help, -usage                Display usage
       -version                     Display version
       -file certfile               Use 'certfile' at non-default location
       -globus                      Prints information in globus format
     Options determining what to print from certificate
       -all                        Whole certificate
       -subject                    Subject string of the cert
       -issuer                     Issuer
       -startdate                  Validity of cert: start date
       -enddate                    Validity of cert: end date
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int ALL  
      private static int EDATE  
      private static int ISSUER  
      private static java.lang.String message  
      private static int SDATE  
      private static int SUBJECT  
    • Constructor Summary

      Constructors 
      Constructor Description
      CertInfo()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait