Contains various utility functions related to dealing with certificates
and slightly related to PKCS11. Some of this functionality needs to
come out of this class and be better integrated with the org.globus.
security.CertUtil class but for the moment, it works.
public static GlobusProxycreateProxy(iaik.x509.X509Certificate userCert,
PKCS11Object userPrivateKeyObj,
int bits,
int hours,
boolean limited)
throws PKCS11Exception
Creates a Globus Proxy object. This function is aware of PKCS11
because it needs to deal with a private key handle rather than
a private key, and also deals with the PKCS11 signing.