* The token that will hold the child tokens.
* @throws NoSuchMethodException
*/
private void initializeProtectionToken(SecurityPolicyToken spt)
throws NoSuchMethodException {
SecurityPolicyToken tmpSpt = SecurityPolicy.x509Token.copy();
tmpSpt.setProcessTokenMethod(new X509TokenProcessor());
spt.setChildToken(tmpSpt);
}