es.upv.dsic.gti_ia.secure
Class SecurityTools

java.lang.Object
  extended by es.upv.dsic.gti_ia.secure.SecurityTools

public class SecurityTools
extends Object

This class provides support to work in secure mode


Method Summary
 boolean generateAllProcessCertificate(String Agentname, Properties propSecurityUser)
          This class is responsible for request the agent certificate if this not exists or is not valid.
static SecurityTools GetInstance()
          Returns an instance of the SecurityTools class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

GetInstance

public static SecurityTools GetInstance()
Returns an instance of the SecurityTools class.

Returns:
SecurityTools

generateAllProcessCertificate

public boolean generateAllProcessCertificate(String Agentname,
                                             Properties propSecurityUser)
This class is responsible for request the agent certificate if this not exists or is not valid.

Parameters:
Agentname - This is a name of agent
propSecurityUser -
Returns:
True (no problems with the creation of the certificate) or False


Copyright © 2012 GTI-IA. All Rights Reserved.