public class ProxyInfo
extends java.lang.Object
Syntax: java ProxyInfo [options] java ProxyInfo -help Options -help | -usage Displays usage -f <proxyfile> | -file <proxyfile> Non-standard location of proxy [printoptions] Prints information about proxy -exists [options] | -e [options] Returns 0 if valid proxy exists, 1 otherwise -globus Prints information in globus format [printoptions] -subject Distinguished name (DN) of subject -issuer DN of issuer (certificate signer) -type Type of proxy (full or limited) -timeleft Time (in seconds) until proxy expires -strength Key size (in bits) -all All above options in a human readable format " [options to -exists] (if none are given, H = B = 0 are assumed) -hours H (-h) time requirement for proxy to be valid -bits B (-b) strength requirement for proxy to be valid
Modifier and Type | Field and Description |
---|---|
private static int |
IDENTITY |
private static int |
ISSUER |
private static java.lang.String |
message |
private static int |
PATH |
private static int |
PATH_LENGTH |
private static int |
STRENGTH |
private static int |
SUBJECT |
private static int |
TEXT |
private static int |
TIME |
private static int |
TYPE |
Constructor and Description |
---|
ProxyInfo() |
Modifier and Type | Method and Description |
---|---|
private static void |
error(java.lang.String error) |
private static java.lang.String |
formatTimeSecGlobus(long time) |
static void |
main(java.lang.String[] args) |
private static final int SUBJECT
private static final int ISSUER
private static final int TYPE
private static final int TIME
private static final int STRENGTH
private static final int TEXT
private static final int IDENTITY
private static final int PATH
private static final int PATH_LENGTH
private static final java.lang.String message