|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.utils.mains.VerifySignature
public class VerifySignature
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).
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 |
---|
public static final java.lang.String HELP_SCREEN
Constructor Detail |
---|
public VerifySignature()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |