createdCalendar = timestampType.getCreated().getAsXMLGregorianCalendar();
} catch (IllegalArgumentException e) {
throw new WSSecurityException(WSSecurityException.ErrorCode.INVALID_SECURITY, e);
}
if (createdCalendar.getFractionalSecond().scale() > 3) {
securityContext.handleBSPRule(BSPRule.R3220);
}
if (createdCalendar.getSecond() > 59) {
securityContext.handleBSPRule(BSPRule.R3213);
}
String valueType = XMLSecurityUtils.getQNameAttribute(timestampType.getCreated().getOtherAttributes(), WSSConstants.ATT_NULL_ValueType);