issrg.acm
Class Util

java.lang.Object
  extended by issrg.acm.Util

public class Util
extends java.lang.Object

This is a class to contain useful routines. They are public and static.

Version:
1.0
Author:
A Otenko

Constructor Summary
Util()
           
 
Method Summary
static SigningUtility getSigningUtility(Registry env)
          Given a map of utilities and variables as read from the config file, this method will return a registered SigningUtility (or the DefaultSigningUtility, if none registered).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

getSigningUtility

public static SigningUtility getSigningUtility(Registry env)
Given a map of utilities and variables as read from the config file, this method will return a registered SigningUtility (or the DefaultSigningUtility, if none registered).

Returns:
SigningUtility, never null