issrg.utils.mains
Class VerifySignature

java.lang.Object
  extended by issrg.utils.mains.VerifySignature

public class VerifySignature
extends java.lang.Object

This is a simple utility that verifies a signature on the given object using the same security classes as PermisRBAC does. This can be used as a test of the PMI setup: if VerifySignature says that an object wasn't signed by the purported signer, then PermisRBAC will think so, too (and discard these signed objects at decision time).

Author:
A.Otenko

Field Summary
static java.lang.String HELP_SCREEN
           
 
Constructor Summary
VerifySignature()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELP_SCREEN

public static final java.lang.String HELP_SCREEN
See Also:
Constant Field Values
Constructor Detail

VerifySignature

public VerifySignature()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception