GFacException {
if (secProperties != null)
return;
GSISecurityContext gssContext = (GSISecurityContext) jobExecutionContext
.getSecurityContext(GSISecurityContext.GSI_SECURITY_CONTEXT);
try {
String certLocation = gssContext.getTrustedCertificatePath();
List<String> trustedCert = new ArrayList<String>();
trustedCert.add(certLocation + "/*.0");
trustedCert.add(certLocation + "/*.pem");
DirectoryCertChainValidator dcValidator = new DirectoryCertChainValidator(trustedCert, Encoding.PEM, -1,