spt = SecurityPolicy.endorsingSupportingTokens.copy();
spt.setProcessTokenMethod(new EndorsingSupportingTokensProcessor());
topLevel.setChildToken(spt);
spt = SecurityPolicy.signedEndorsingSupportingTokens.copy();
spt.setProcessTokenMethod(new SignedEndorsingSupportingTokensProcessor());
topLevel.setChildToken(spt);
/*
* Now get the initial PolicyEngineData, initialize it and put it onto