case TIMESTAMP_ELEMENT : {
if(context.isBSP() && bspContext.isTimeStampFound()){
log_bsp_3203();
}
bspContext.setTimeStampFound(true);
TimestampHeader timestamp = new TimestampHeader(message,creator,(HashMap) currentParentNS, context);
((TokenValidator)timestamp).validate(context);
context.getSecurityContext().getProcessedSecurityHeaders().add(timestamp);
context.getInferredSecurityPolicy().append(timestamp.getPolicy());
return timestamp;
}
case BINARYSECURITY_TOKEN_ELEMENT : {
String valueType = message.getAttributeValue(MessageConstants.WSSE_NS,MessageConstants.WSE_VALUE_TYPE);